- Currently under development.
- STAKE Token (ecosystem token) - Done.
- BLOOD Token (ecosystem token) - Done.
- VampireStake (staking platform) - Done.
npm installCopy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
cp .env.local.example .env.localThen, open .env.local and add the missing environment variables:
ETHERSCAN_API_KEY- Etherscan API key (get it from etherscan.io)ALCHEMY_API_KEY- Alchemy API key (get it from alchemy.com)GOERLI_PRIVATE_KEY- Private key of goerli deployer
npx hardhat run scripts/deploy_staking_contract.ts --network <NETWORK>npx hardhat test