https://github.com/whoabuddy/sip015.xyz
The public UI for displaying voting information around SIP-015
https://github.com/whoabuddy/sip015.xyz
blockchain governance stacks
Last synced: 3 months ago
JSON representation
The public UI for displaying voting information around SIP-015
- Host: GitHub
- URL: https://github.com/whoabuddy/sip015.xyz
- Owner: whoabuddy
- Created: 2022-10-26T22:44:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T16:53:17.000Z (over 2 years ago)
- Last Synced: 2025-02-07T17:35:34.896Z (4 months ago)
- Topics: blockchain, governance, stacks
- Language: JavaScript
- Homepage: https://sip015.xyz
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vote on SIP-015!
This SIP proposes a set of updates to three major areas of the Stacks blockchain:
1. Stacking, the Proof-of-Transfer (PoX) consensus algorithm as implemented in the Stacks chain and originally proposed in [SIP-007](https://github.com/stacksgov/sips/blob/feat/sip-015/sips/sip-015/sip-015-network-upgrade.md).
2. Clarity, the smart contract language supported on the Stacks blockchain.
3. Block Validation, the procedure by which blocks are determined to be acceptable to the Stacks blockchain.Website for more information and to vote: https://sip015.xyz
## Contributing
This UI was built with [micro-stacks](https://micro-stacks.dev/) + React using [Chakra UI](https://chakra-ui.com/).
To run locally:
```
yarn
yarn dev
```Issues and PRs welcome!