An open API service indexing awesome lists of open source software.

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

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!