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
- Host: GitHub
- URL: https://github.com/mlabs-haskell/radix-simple-vote
- Owner: mlabs-haskell
- Created: 2023-06-09T17:33:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T13:19:23.000Z (over 2 years ago)
- Last Synced: 2025-03-16T13:42:02.462Z (about 1 year ago)
- Topics: blockchain, dapp, radix, react, rust, scrypto, smart-contracts, typescript
- Language: TypeScript
- Homepage: https://radix-simple-vote.netlify.app/
- Size: 744 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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