Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 397 Bytes

Contrib Contracts

The repo contains contribution move libraries, which are not suitable to be in Starcoin stdlib.

The rust codes are needed to run test for these modules, underlying it use starcoin-executor to do the heavy job.

Test

Just run:

cargo test

Modules

  • MerkleDistributor.move: airdrop contract on Starcoin. see cmd/merkle-distributor for more details.