Peripheral smart contracts to be deployed on Mars Hub.
A bug bounty is currently open for Mars Hub and peripheral contracts. See details here.
See reports here.
Compile the contracts:
cargo make rust-optimizer
At tag v1.2.0
, the following SHA-256 checksums should be produced:
4285db3268c4a18b506d62110b9dd320c56685e34bc61b93898257cfe5265b98 mars_delegator.wasm
d68c1cc68a2c782e64a346eee7332bf8220ff6201ee1677fb953d5b59f4cba37 mars_vesting.wasm
Generate schemas:
cargo make generate-all-schemas
Generate TypeScript code from schemas:
cd scripts
yarn generate-types
Contents of this repository are open source under GNU General Public License v3 or later.