Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 333 Bytes

Smart Contracts for Bee

This project stores all the smart contracts for Bee Token. The contracts are organized in a lerna mono-repo structure to allow each contract to have independent dependencies.

More detailed comments are in each contract directory.

Install

npm install

Test and Coverage

Run Tests:

npm run test