- HPP_L1_Token.sol : House Party Protocol ERC20 Standard Token For Ethereum.
- HPP_Vesting_AIP21.sol : 24-month vesting program for AIP-21 voters
- HPP_Migration_AERGO.sol : AERGO to HPP Migration Contract
- HPP_Migration_AQT.sol : AQT to HPP Migration Contract
# Deploy HPP Token
npx hardhat run scripts/HPP_L1_Token.deploy.js --network mainnet
npx hardhat run scripts/HPP_L1_Token.deploy.js --network sepolia
# Deploy HPP Vesting AIP-21 (after deploying HPP Token)
npx hardhat run scripts/HPP_Vesting_AIP21.deploy.js --network mainnet
npx hardhat run scripts/HPP_Vesting_AIP21.deploy.js --network sepolia
# Verify HPP Token
npx hardhat verify --network mainnet <DEPLOYED CONTRACT ADDRESS> <RECIPIENT ADDRESS> <OWNER ADDRESS>
npx hardhat verify --network sepolia <DEPLOYED CONTRACT ADDRESS> <RECIPIENT ADDRESS> <OWNER ADDRESS>
npx hardhat verify --network hpp_sepolia <DEPLOYED CONTRACT ADDRESS> <Constructor arguments>
npx hardhat verify --network hpp_mainnet <DEPLOYED CONTRACT ADDRESS> <Constructor arguments>