The example shows how you can interface with Bitshares' Blockchain API using PHP.
- Bitshares v2
- websocket-php
- A Running Full Node
- Download and install composer here
- Using your terminal, navigate to the location of your project, then run
composer install
- Run your full node.
- Open
index.php
then update RPC Endpoint URL to match your requirements.
- API Guide: http://docs.bitshares.org/api/
- Websocket Protocol and Syntax - http://docs.bitshares.org/api/websocket.html
- Access Restricted API's: http://docs.bitshares.org/api/access.html
- Graphene App Method Reference: http://docs.bitshares.org/development/namespaces/app.html
If you are looking for an example on how to interface with Bitshares' Wallet API - click here
- Website: carlofontanos.com
- Linkedin: ph.linkedin.com/in/carlfontanos
- Facebook: facebook.com/carlo.fontanos
- Twitter: twitter.com/carlofontanos
- Google+: plus.google.com/u/0/107219338853998242780/about
- GitHub: github.com/carlo-fontanos