README.md
This commit is contained in:
parent
809ffc4387
commit
adf3e45ccf
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user