https://github.com/vulpemventures/bitcoin-grpc
gRPC interface for bitcoind JSON-RPC
https://github.com/vulpemventures/bitcoin-grpc
Last synced: 11 months ago
JSON representation
gRPC interface for bitcoind JSON-RPC
- Host: GitHub
- URL: https://github.com/vulpemventures/bitcoin-grpc
- Owner: vulpemventures
- License: mit
- Created: 2018-12-05T18:09:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T22:41:43.000Z (over 7 years ago)
- Last Synced: 2025-06-30T15:56:58.536Z (12 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-grpc
gRPC interface for bitcoind JSON-RPC
# Development
*Requirements*
* Install docker `sh scripts/install_docker.sh`
* Pull and run a regtest `bitcoind` cluster `sh scripts/run_bitcoind_regtest.sh`
* Compile protobuf definitions `sh scripts/compile_proto.sh`
*Build & Run*
* Build the grpc server `go build`
* Run the server `./bitcoin-grpc`
* Build the grpc client `cd client && go build`
* Run the test client request `./client`