@rgbk/v3-contracts
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

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:

  • 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

Package Sidebar

Install

npm i @rgbk/v3-contracts

Weekly Downloads

19

Version

1.5.0

License

Apache-2.0

Unpacked Size

21.8 MB

Total Files

886

Last publish

Collaborators

  • gabrigo