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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Example Application

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

$ 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.