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: 9 days ago
JSON representation

Different types of voting smart contracts on NEAR blockchain

Awesome Lists containing this project

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`