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

https://github.com/mlabs-haskell/radix-simple-vote

Simple voting contract and frontend for Radix
https://github.com/mlabs-haskell/radix-simple-vote

blockchain dapp radix react rust scrypto smart-contracts typescript

Last synced: about 2 months ago
JSON representation

Simple voting contract and frontend for Radix

Awesome Lists containing this project

README

          

# Radix Simple Vote

A Radix DApp for representing a simple voting process, with a frontend and test suite. Try it out at https://radix-simple-vote.netlify.app/!

This repo contains:

- `scrypto`: on-chain code, with tests
- `client`: frontend for interacting with the on-chain code