Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
chore: added README to example directory (#865)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mikedeshazer authored Jul 17, 2020
1 parent 4ba3c3b commit 3efecf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## <a name="example"></a> Example Application

You can quickly run and interact with the example code in this directory. You run the example with the following commands:

```bash
$ npm ci
$ npm run example:start
```

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 comments on commit 3efecf7

Please sign in to comment.