Token launchpad for Kibble (KBL) — built on OPNet, deployed to a .btc domain.
npm install
npm run dev # local dev at http://localhost:3000
npm run build # production build → dist/- Deploy your
Kibble.wasmcontract using OP_WALLET - Copy the deployed contract address
- Open
app.jsand replace:with your actual address, e.g.:const KBL_CONTRACT_ADDRESS = 'PASTE_YOUR_CONTRACT_ADDRESS_HERE';
const KBL_CONTRACT_ADDRESS = '0xabc123...';
- Rebuild:
npm run build
Once built, deploy to OPNet using the CLI:
# Upload dist/ to IPFS and publish to your .btc domain
bash /root/opnet-cli/scripts/ipfs-upload.sh ./dist kibbleThis publishes to kibble.btc and makes your launchpad accessible via the OPNet gateway.
- OP_WALLET connection
- Live KBL circulating supply from contract
- Live holder balance after connecting
- BTC → KBL swap via NativeSwap
- Scroll-reveal animations
- Fully responsive (mobile / tablet / desktop)