Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snapshot-labs/sx-ui
An open source interface for Snapshot X protocol.
https://github.com/snapshot-labs/sx-ui
Last synced: about 2 months ago
JSON representation
An open source interface for Snapshot X protocol.
- Host: GitHub
- URL: https://github.com/snapshot-labs/sx-ui
- Owner: snapshot-labs
- License: mit
- Created: 2022-02-02T11:37:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T10:12:35.000Z (12 months ago)
- Last Synced: 2024-02-07T22:04:46.690Z (12 months ago)
- Language: Vue
- Homepage: https://snapshotx.xyz
- Size: 2.9 MB
- Stars: 30
- Watchers: 5
- Forks: 24
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Test CI](https://github.com/snapshot-labs/sx-ui/actions/workflows/test.yml/badge.svg)](https://github.com/snapshot-labs/sx-ui/actions/workflows/test.yml)
[![Discord](https://img.shields.io/discord/707079246388133940.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.snapshot.org/)# Snapshot X
An open source interface for Snapshot X protocol.
**[Website](https://snapshotx.xyz)**
**[Documentation](https://obytejs.com)**
## 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:
- [PoW faucet](https://goerli-faucet.pk910.de) to acquire ETH on goerli.
- [`0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6`](https://goerli.etherscan.io/address/0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6#writeContract) to wrap ETH to WETH.
- [`0xAEA4513378Eb6023CF9cE730a26255D0e3F075b9`](https://goerli.etherscan.io/address/0xAEA4513378Eb6023CF9cE730a26255D0e3F075b9#writeProxyContract) to move ETH to Starknet testnet-2.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:
- Take some block on goerli at which you have your desired amount of WETH
- Visit `https://mana.pizza/fossil/send/BLOCK_NUM_1` where BLOCK_NUM_1 is block you want to send to L2
- Visit `https://mana.pizza/fossil/process/BLOCK_NUM_2` where BLOCK_NUM_2 is the block you used above **minus 1**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](LICENSE).