You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2021. It is now read-only.
* Added README to example directory to help bring clarity to developers new to the platform that re testing functionality
* updated from port 3000 to 30000 in docs, and added small editorial fixes for clarity
You can quickly run and interact with the example code in this directory. You run the example with the following commands:
4
+
5
+
```bash
6
+
$ npm ci
7
+
$ npm run example:start
8
+
```
9
+
10
+
This runs a simple server at `http://localhost:30000/` that serves the static `example/index.html` file. This allows it easily interact with Metamask. You can edit the `example/index.html` file to try different code.
0 commit comments