Skip to content

hpp-io/contracts

Repository files navigation

House Party Protocol's Contracts

Contract list

  • 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

How to Deploy:

# 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

How to Contract Verify:

# 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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published