Awesome
<div align="center"> <img src="https://raw.githubusercontent.com/snapshot-labs/snapshot/develop/public/icon.svg" height="70" alt="Snapshot Logo"> <h1>Snapshot X</h1> <strong>Snapshot X is an on-chain multi-governance client deployed on <a href="https://starkware.co/starknet/">Starknet</a>.</strong> </div> <br> <div align="center"> <img src="https://img.shields.io/github/commit-activity/w/snapshot-labs/snapshot-x" alt="GitHub commit activity"> <a href="https://github.com/snapshot-labs/snapshot-x/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"> <img src="https://img.shields.io/github/issues/snapshot-labs/snapshot-x/help wanted" alt="GitHub issues help wanted"> </a> <a href="https://telegram.snapshot.org"> <img src="https://img.shields.io/badge/Telegram-white?logo=telegram" alt="Telegram"> </a> <a href="https://discord.snapshot.org"> <img src="https://img.shields.io/discord/707079246388133940.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" alt="Discord"> </a> <a href="https://twitter.com/SnapshotLabs"> <img src="https://img.shields.io/twitter/follow/SnapshotLabs?label=SnapshotLabs&style=flat&logo=twitter&color=1DA1F2" alt="Twitter"> </a> </div>DISCLAIMER: STILL IN DEVELOPMENT
This project is still under heavy development. Feel free to contact us on Discord!
License
Snapshot is open-sourced software licensed under the © MIT license.
Usage
The Starknet Hardhat plugin uses a docker container so make sure you have a running Docker daemon. More information about the plugin can be found here
Install Python and Yarn requirements:
python3.7 -m venv ~/cairo_venv
source ~/cairo_venv/bin/activate
pip3 install -r requirements.txt
yarn
Compile all contracts:
yarn compile
Run tests:
yarn test