Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 322 Bytes

File metadata and controls

23 lines (18 loc) · 322 Bytes

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