Skip to content

bitlayer-org/bitlayer-contracts

Repository files navigation

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