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

Create bitcoinj-based Bitcoin RPC server #1

Open
msgilligan opened this issue Aug 4, 2015 · 3 comments
Open

Create bitcoinj-based Bitcoin RPC server #1

msgilligan opened this issue Aug 4, 2015 · 3 comments

Comments

@msgilligan
Copy link
Member

See bitcoinj/bitcoinj#895

@msgilligan
Copy link
Member Author

To keep things simple I'd like to focus initially on functions that can be implemented without a BlockStore, using only the PeerGroup component of bitcoinj. But if you want to contribute other functions, the help is more than welcome.

@msgilligan
Copy link
Member Author

The bitcoinj-daemon module was created for this purpose and currently serves a "very small subset" of Bitcoin RPCs.

@msgilligan msgilligan added this to the v0.6.0 milestone Jun 19, 2020
@msgilligan
Copy link
Member Author

The cj-btc-daemon-mn submodule partially implements a useful subset of Bitcoin Core's Blockchain RPCs and natively compiles with GraalVM native-image.

With a little bit of refactoring and adding some documentation (in the v0.6.0 release), we can close this issue and open new issues and enchantment requests to drive this submodule forward. (At some point in the future maybe even migrate to its own repo)

@msgilligan msgilligan removed this from the v0.6.0 milestone Feb 26, 2021
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

1 participant