snapshot-labs / snapshot-v1
V1 interface for Snapshot. Join us on Discord http://discord.snapshot.org
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing snapshot-labs/snapshot-v1 in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewProject 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
- 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
License
Snapshot is open-sourced software licensed under the © MIT license.