This repository contains a minimal Hardhat setup + a simple smart contract (HeliosChronos.sol) designed to be deployed on the Helios EVM chain.
- Node.js (v13+ for Windows 7 users)
- NPM
- Hardhat
- Helios RPC URL
- Wallet private key
npm install
npx hardhat run scripts/deploy.js --network helios
After deployment you will see:
HeliosChronos deployed to: 0x....
- Open https://remix.ethereum.org
- File Explorer β Import
- Paste the raw GitHub link to the
.solfile - Compile β Deploy using Injected Provider