Skip to content

Commit 198751b

Browse files
Alex ThomasAlex Thomas
authored andcommitted
chore: update example documentation
1 parent 2e43cc3 commit 198751b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

example/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Example
2+
Before executing this example, you must create a `.env` file within this directory with the following contents:
3+
4+
```
5+
URL=https://ropsten.infura.io/v3/<your-api-token>
6+
```
7+
8+
You can create an API key for the Ropsten test network [here](https://ropsten.etherscan.io/apis).
9+
10+
Once this is done, go ahead and execute `yarn android` or `yarn ios` to start experimenting.

0 commit comments

Comments
 (0)