From adf3e45ccfaff2e43af036c008ba06c640697d3e Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Wed, 20 Dec 2017 16:18:07 +0800 Subject: [PATCH] README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.