About this project

Snapshot V1 is the front-end interface for Snapshot, described in its README as an off-chain gasless multi-governance client with easy to verify and hard to contest results. It is a Vue-based web application that connects to a Snapshot hub to display spaces and proposals and to let users cast votes without paying gas fees. The README covers local development: install dependencies with yarn, run a hot-reloading dev server with yarn dev, build a minified production bundle with yarn build, and lint and fix files with yarn run lint. For testing, it suggests using a local URL with a sample space path, and notes that by default the instance connects to the testnet hub at testnet.hub.snapshot.org. That endpoint and other values can be overridden by creating a .env.local file based on .env. A Docker workflow is also documented: build an image with docker build -t snapshot ., run the container mapping port 8080, then open the local URL to test. The project links to its main site, documentation, feature requests, and contribution guide, and is released under the MIT license. This repository is the V1 interface; the README does not describe later versions or backend components in detail.