From 6d4625a8eed0db810c74f7d20755529428db740f Mon Sep 17 00:00:00 2001 From: Michael Wei Date: Wed, 6 Mar 2019 07:28:56 -0800 Subject: [PATCH] :memo2: add documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf70c98..08ff507 100644 --- a/README.md +++ b/README.md @@ -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: