@rgbk/v3-contracts
v2.0.7
Published
Ethereum asset management
Readme
v3-contracts
Smart contracts of RigoBlock v3
Usage
Install requirements with yarn:
yarnRun all tests:
yarn build
yarn teststorage 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:
fix:Correct typo. (patch)feat:Add support for ... (minor)feat!:Drop support for ... (major)
Other PR titles are also valid:
build:,chore:,ci:,docs:,style:,refactor:,perf:,test:
License
All smart contracts are released under Apache-2.0
