# Clone Repo
$ git clone `https://github.com/iamnotstatic/stakey-contracts`
# Compile contracts
$ npx hardhat compile
# npx hardhat test
$ npx hardhat test
# Deploy on testnet
npx hardhat run --network rinkeby scripts/deployer.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Clone Repo
$ git clone `https://github.com/iamnotstatic/stakey-contracts`
# Compile contracts
$ npx hardhat compile
# npx hardhat test
$ npx hardhat test
# Deploy on testnet
npx hardhat run --network rinkeby scripts/deployer.js