jasp83 / snapshot

Interface for Snapshot. Join us on Discord http://discord.snapshot.org

Home Page:https://snapshot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshot Logo

Snapshot

Snapshot is an off-chain gasless multi-governance client with easy to verify and hard to contest results.

Project setup

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn run lint

Development Guide

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.

Running service locally with Docker

  1. Run docker build -t snapshot . to build the image
  2. Run docker run --name snapshot -p 8080:8080 snapshot to run the container
  3. Go to http://localhost:8080/#/fabien.eth to test your code

License

Snapshot is open-sourced software licensed under the © MIT license.

About

Interface for Snapshot. Join us on Discord http://discord.snapshot.org

https://snapshot.org

License:MIT License


Languages

Language:Vue 66.1%Language:TypeScript 31.7%Language:JavaScript 0.9%Language:SCSS 0.8%Language:CSS 0.3%Language:HTML 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%