Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Bitcoin Script Parser to translate Bitcoin binary scripts into human-readable scripts #12

Open
jornfranke opened this issue Feb 9, 2017 · 5 comments
Assignees
Milestone

Comments

@jornfranke
Copy link
Member

This component takes as an input a Bitcoin binary script and translates it into a human-readable script. More information https://en.bitcoin.it/wiki/Script

@jornfranke jornfranke added this to the 1.2 milestone Feb 9, 2017
@jornfranke jornfranke self-assigned this Feb 9, 2017
@omervk
Copy link

omervk commented Dec 4, 2017

@liorregev and I would like to work on this, but I believe this would be better in separate repository. It could then be used by both this project and others in an decoupled manner.

wdyt?

@jornfranke
Copy link
Member Author

jornfranke commented Dec 4, 2017 via email

@omervk
Copy link

omervk commented Dec 4, 2017

Yeah, we're working on several things in parallel.

I'm sure the parser could be part of the library but not sure it should be since its usability extends beyond the scope of this library and we could just reference to it.

Would you be against us creating such a repo and using it as a library in this one?

@jornfranke
Copy link
Member Author

jornfranke commented Dec 4, 2017 via email

@omervk
Copy link

omervk commented Dec 4, 2017

Yes, we're looking into them :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants