diff --git a/README.md b/README.md index 439f480..b0bc302 100644 --- a/README.md +++ b/README.md @@ -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 Todo.