furqansiddiqui / bitshares-php
BitShares SDK PHP
dev-master
2021-03-01 23:48 UTC
Requires
- php-64bit: ^7.2
- ext-bcmath: *
- ext-json: *
- ext-openssl: *
- comely-io/data-types: ^1.0.33
- textalk/websocket: 1.0.*
This package is auto-updated.
Last update: 2024-10-29 05:53:26 UTC
README
- Integrate BitShares (or other cryptocurrency chain on BitShares protocol)
Installation
composer require furqansiddiqui/bitshares-php
Integration
After compiling/installing BitShares, for Wallet API, program cli_wallet
has to be launched.
It is recommended to launch cli_wallet
program in tmux
session.
Command:
./cli_wallet --server-rpc-endpoint=ws://localhost:8092 -r 0.0.0.0:8090
Important Notes:
- Unlocked Wallet Requirement: Any transaction that requires use of a private key will require an unlocked wallet. A wallet maybe unlocked from CLI for an indefinite amount of time.
- Import Necessary Accounts: To be able to register and create accounts, a pre-existing account is required with sufficient balance to be able to register/create new accounts thus
making it near mandatory to import at least one account to your BTS wallet. API method
importAccount
may be used for this purpose.