Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catmcgee/near-voting-contracts
Different types of voting smart contracts on NEAR blockchain
https://github.com/catmcgee/near-voting-contracts
Last synced: about 1 month ago
JSON representation
Different types of voting smart contracts on NEAR blockchain
- Host: GitHub
- URL: https://github.com/catmcgee/near-voting-contracts
- Owner: catmcgee
- Created: 2022-02-23T12:29:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T11:59:54.000Z (over 2 years ago)
- Last Synced: 2024-09-24T16:09:14.272Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-list - catmcgee/near-voting-contracts - voting-contracts?style=social"/> : Different types of voting smart contracts on NEAR blockchain. (Web3 and ZKP Framework)
- awesome-rust-list - catmcgee/near-voting-contracts - voting-contracts?style=social"/> : Different types of voting smart contracts on NEAR blockchain. (Web3 and ZKP Framework)
README
# Rust Voting Smart Contracts on the NEAR blockchain
1. Test the contract
`cargo test -- --nocapture`
2. Build the contract
`RUSTFLAGS='-C link-arg=-s' cargo build --target wasm32-unknown-unknown --release`