Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 680 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 680 Bytes

Stakehouse js-happiness-style

This repository contains public staking ecosystem smart contracts.

Testing Contracts

To test the smart contracts included in this repository, download the project and navigate to the stakehouse-contracts folder. Once there, install testing dependencies by running npm install. After that, run npm test to compile all contracts and view the output of test cases. Contract source code is included in the stakehouse-contracts/contracts folder, and contract test cases are included in the stakehouse-contracts/test folder.