Stkr is a decentralized protocol and platform that combines staking and DeFi, implementing elements from traditional staking with non-custodial management, Micropools, instant liquidity and decentralized governance.
- Node.js v12.0 or higher
- Truffle v5.1.44 or higher
git clone git@github.com:Ankr-network/stkr-smartcontract.git
cd stkr-smartcontract
If you are using npm;
npm install
If you are using yarn;
yarn install
yarn compile
yarn test
yarn migrate --network goerli
Make sure you have configured ganache cli correctly and make sure configuration fits with turffle-config file.
yarn migrate