Skip to content

Commit

Permalink
:memo2: add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Mar 6, 2019
1 parent 7c74efc commit 6d4625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async getAccountExists(account: bigint) {
// and so on for all the callbacks...
}
```
Callbacks can be asynchronous (i.e., return a `Promise`), or synchronous. See the documentation for full details on the API you need to implement.
Callbacks can be asynchronous (i.e., return a `Promise`), or synchronous. See the [documentation](https://rainblock.github.io/evmc-js/) for full details on the API you need to implement.

When you're ready to execute, you instantiate a instance of your `Evmc` class and call the `execute` function using the message and code you with to execute, as below:

Expand Down

0 comments on commit 6d4625a

Please sign in to comment.