/bitlayer-contracts

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

BitLayer contracts

This project contains the key contracts of BitLayer, including the built-in contracts and the project token contracts.

Install Dependencies

npm install 

Contract Compile

npm run compile

Contract Test

npm run test

Contract Test Coverage

npm run coverage