Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapshot-labs/snapshot
Interface for Snapshot. Join us on Discord http://discord.snapshot.org
https://github.com/snapshot-labs/snapshot
Last synced: 28 days ago
JSON representation
Interface for Snapshot. Join us on Discord http://discord.snapshot.org
- Host: GitHub
- URL: https://github.com/snapshot-labs/snapshot
- Owner: snapshot-labs
- License: mit
- Created: 2020-08-22T05:07:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T11:13:28.000Z (7 months ago)
- Last Synced: 2024-04-22T12:30:21.608Z (7 months ago)
- Language: Vue
- Homepage: https://snapshot.org
- Size: 23.3 MB
- Stars: 8,972
- Watchers: 83
- Forks: 1,196
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-dao-zh - Snapshot - 完全开源的链下治理投票平台 (投票工具)
README
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](LICENSE).