denpamusic / php-bitcoinrpc

Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp.
MIT License
283 stars 100 forks source link

How library works #58

Open mitmelon opened 3 years ago

mitmelon commented 3 years ago

Does this library work without Bitcoin core...

And can I create wallet, send BTC to wallet, receive BTC using this library?

simwood-simon commented 2 years ago

No you'll need a bitcoin node for it to make RPC calls to - it does the RPC calls, the node interacts with the network and maintains the wallet.