Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 495 Bytes

Open Money - Omlira Staking Contracts

This is the main repository of the Omlira staking contracts & tests.

To setup working environment please install;

npm install --save-dev hardhat
npm install --save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers

If you would like to compile the contracts, use;

npx hardhat compile

To run the tests, use;

npx hardhat test

Feel free to fork & contribute & open issues or PRs.