snapshot-labs / sx-ui

An open source interface for Snapshot X protocol.
https://snapshotx.xyz
MIT License
34 stars 29 forks source link

Test CI Discord

Snapshot X

An open source interface for Snapshot X protocol.

Website

Documentation

Project setup

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Runs tests

yarn test

Verifies TypeScript code

yarn typecheck

Development guide

This project uses goerli and testnet-2 Starknet networks. Make sure that your Metamask/ArgentX is configured for those networks.

If you need testnet funds you can use:

If you want to test proposals that verify your WETH balance on Starknet proposals proofs have to be computed on L2. This is done manually currently.

To do it:

If you need to modify services that are used by sx-ui you can specify them in .env file or applicable file in ./src/networks.

License

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