RigoBlock / v3-contracts

Smart contracts of RigoBlock v3
https://rigoblock.com
Apache License 2.0
9 stars 2 forks source link
ethereum pool solidity solidity-contracts

v3-contracts

Smart contracts of RigoBlock v3

npm version Build Status Coverage Status

Usage

Install requirements with yarn:

yarn

Run all tests:

yarn build
yarn test

storage upgrades

New storage variables in the implementation must be added to a dedicated storage to prevent storage collision.

Commit format:

PR must follow "Conventional Commits spec". PR title is checked upon opening. Examples for valid PR titles:

License

All smart contracts are released under Apache-2.0