/contracts

Smart contracts comprising the business logic of the Matic Network

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

Matic contracts

Build Status

Matic contracts are ethereum smart contracts to power Matic Network.

Install dependencies with

$ npm install

Run test cases:

# run test cases
$ npm run test:ci