yarn
yarn dev
yarn build
yarn run lint
Use http://localhost:8080/#/fabien.eth for testing your code.
By default your instance will connect to the hub at https://testnet.hub.snapshot.org. To change that (or other values) you can create a .env.local and overwrite the values from .env.
- Run
docker build -t snapshot .to build the image - Run
docker run --name snapshot -p 8080:8080 snapshotto run the container - Go to
http://localhost:8080/#/fabien.ethto test your code
Snapshot is open-sourced software licensed under the © MIT license.