Built by devs, for devs who talk in
git commit -m "feat: 🚀".
| OS | Package | Link |
|---|---|---|
| Windows | ICONex-portable.exe |
Download latest |
| macOS | ICONex-mac.dmg |
Download latest |
| Linux | ICONex-linux.AppImage |
Download latest |
Place files in a folder you trust, double‑click, and let the chain‑magic flow.
For the safest and official downloads, documentation, and updates, visit the official ICONex site:
iconex.foundation — your trusted gateway to the crypto multiverse.
# clone, install, blast‑off
git clone https://github.com/icon-project/iconex.git
cd iconex
npm ci # lean & deterministic
npm run dev # spawns ./build-dev with hot reloadHeads‑up: your terminal is now the command center. Keep it caffeinated ☕.
- Node ≥ 18 is your lightsaber. Grab it.
npm ci— becauseinstallwrites poetry,ciwrites hashes.npm run dev— live‑reloads into./build-dev/.- Chrome →
chrome://extensions→ Load unpacked → point at./build-dev. - Hack. Save. Watch the wallet morph in real‑time.
Test Chains wired in by default:
• ICX →https://lisbon.net.solidwallet.io
• ETH →https://ropsten.infura.io
npm run remotedev # spins a redux-devtools tunnel on :8000Browse to http://localhost:8000 and bend state like spoons.
npm run build # emits ./build — battle‑readyFlip the network switch inside src/constants/networks.ts if you need another dimension:
Mainnet ICX → https://ctz.solidwallet.io
Mainnet ETH → https://api.myetherapi.com/eth
Ship it, sign it, push it to the masses.
| Command | What it does |
|---|---|
npm ci |
Zero‑based dependency install (faster CI) |
npm run dev |
Dev build + hot reload |
npm run remotedev |
Spins standalone Redux DevTools server |
npm run build |
Minifies, hashes, lints & drops artifacts in ./build |
MIT, like most good open‑source caffeine.
May the forks be with you.