Download the PHP package muvon/bitclout-node-api without Composer
On this page you can find all versions of the php package muvon/bitclout-node-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download muvon/bitclout-node-api
More information about muvon/bitclout-node-api
Files in muvon/bitclout-node-api
Download muvon/bitclout-node-api
More information about muvon/bitclout-node-api
Files in muvon/bitclout-node-api
Vendor muvon
Package bitclout-node-api
Short Description Implementation of Bitclout API interaction through its node
License MIT
Package bitclout-node-api
Short Description Implementation of Bitclout API interaction through its node
License MIT
Please rate this library. Is it a good library?
Informations about the package bitclout-node-api
Bitclout Node API
This package allows to interract with Bitclout node with exposed API
Installation
To install it just use composer
How to use
First of all create install of NodeAPI class
Config array description:
- read_url - url we use for read api calls;
- write_url - url we use for write api calls;
- url - you can pass single url for read and write operations if its the same;
- mnemonic - main account that used as reader and signer for all requests;
- private_key - pass hexed private key if not passed mnemonic;
- public_key - required only in case if you use private key as hex. In case you use mnemonic it's derived from it.
Methods available and instructions to use
generateAddress(): array
Generate new address and return full info about it
Return value is array with that structur
Tests
- Get profile by username
- Get profile by pubkey
- Get address transactions
All versions of bitclout-node-api with dependencies
PHP Build Version
Package Version
Requires
muvon/kiss-request-trait Version
^0.9.0
simplito/elliptic-php Version ^1.0.6
minter/minter-php-bip-44 Version ^1.2
muvon/base58-codec Version ^0.1
muvon/kiss-binary-codec Version ^0.4.0
simplito/elliptic-php Version ^1.0.6
minter/minter-php-bip-44 Version ^1.2
muvon/base58-codec Version ^0.1
muvon/kiss-binary-codec Version ^0.4.0
The package muvon/bitclout-node-api contains the following files
Loading the files please wait ....