README.md

This commit is contained in:
sc0Vu 2017-12-20 16:18:07 +08:00
parent 809ffc4387
commit adf3e45ccf

View File

@ -131,6 +131,12 @@ $net->provider->execute(function ($err, $data) {
}); });
``` ```
# Examples
To run examples, you need to run ethereum blockchain local (testrpc).
If you are using docker as development machain, you can try [ethdock](https://github.com/sc0vu/ethdock) to run local ethereum blockchain, just simply run `docker-compose up -d testrpc` and expose the `8545` port.
# API # API
Todo. Todo.