furqansiddiqui/bitcoind-rpc

JSON-RPC client for Bitcoin core (and other altcoins based on bitcoind)

0.20.7 2019-12-18 14:54 UTC

This package is auto-updated.

Last update: 2024-04-15 14:01:46 UTC


README

RPC client for Bitcoin (and other altcoins based on bitcoind)

Why Bitcoin RPC?

  • Perfect OOP API for calling bitcoind RPC methods
  • Fully validated requests
  • Fully validated response objects
  • Ability to use custom "relay" client for communication with daemon (i.e. Create your own relay with AES encryption for working with nodes in your LAN or even internet)
  • Identify exactly what coin node/daemon is running
  • Support dynamic wallets loading/unloading on bitcoind > 0.17.0
  • Events triggers (on wallet load/unload, unlock, etc...)

Prerequisites

Installation

composer require furqansiddiqui/bitcoind-rpc