Prerequisites
Before starting, make sure you have:
- Node.js
- Hardhat installed globally
- A StarKey Wallet with a private key for signing transactions
- Your SupraEVM RPC URL from the Network Information page
npm install -g hardhatThese tools allow Hardhat to compile contracts, connect to the SupraEVM network, and sign transactions.
Last updated on