This repository contains public staking ecosystem smart 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.