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.