Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solareenlo/bc-json-rpc

bitcoindへJSON-PRCでアクセスするツール
https://github.com/solareenlo/bc-json-rpc

Last synced: 19 days ago
JSON representation

bitcoindへJSON-PRCでアクセスするツール

Awesome Lists containing this project

README

        

# bc-json-rpc
bitcoindへJSON-PRCで情報を取得する.
ローカルからアクセスします.

## Requirement
- ポート8332でbitcoindが動いていること.
- .bitcoinの中のbitcoin.confの設定が`rpcuser: solareenlo`, `rpcpassword: solareenlo`になっていること.
- ローカルホストから接続すること.

## Usage
```bash
git clone [email protected]:solareenlo/bc-json-rpc.git
cd bc-json-rpc
npm install or yarn
node index.js
```

## References
- [ブロックチェーン入門 ─ JavaScriptで学ぶブロックチェーンとBitcoinウォレットの仕組みと実装](https://employment.en-japan.com/engineerhub/entry/2018/11/30/110000)
- [Bitcoin JSON-RPCを叩く](https://qiita.com/erukiti/items/4c97da8f4b979dc6f31a)