This repository contains the smart contract and deployment configuration for Helix Staked ICP (hstICP) — an ERC-20 compatible token representing liquid staked ICP on Ethereum.
git clone git@github.com:HelixLabsDev/hstICP.git && cd hstICPnpm installCreate a .env file:
nano .envPaste the following:
API_URL="https://eth-sepolia.g.alchemy.com/v2/your-api-key"
PRIVATE_KEY="your-private-key"
ETHERSCAN_API_KEY="your-etherscan-api-key"
⚠️ Do NOT commit.envto version control.
Open the deployment module:
nano ignition/modules/HelixStakedICP.jsChange the following variables to your desired Ethereum addresses:
const defaultAdmin = "0xYourAdminAddress";
const minter = "0xYourMinterAddress";npx hardhat compilenpx hardhat ignition deploy ignition/modules/HelixStakedICP.js --network arb_sepoliaMIT © Helix Labs