Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`