Join our
Discord!
LogoLogo
SupraScan ExplorerStarKey WalletDiscord
EVM
  • Network
  • Oracles
  • Automation
  • SupraNova
  • Guides
EVM
  • Overview
  • Getting Started
    • Remix IDE
      • Fund Your Wallet
      • Connect StarKey Wallet to Remix
      • Guide to Deploy Smart Contract
    • Hardhat
      • Getting Private Key from StarKey
      • Create Hardhat Project
      • Write Smart Contract
      • Deploying Smart Contract
    • Foundry
      • Getting Private Key from StarKey
      • Create Foundry Project
      • Write Smart Contract
      • Deploying Smart Contract
    • Your First Solidity Contract
  • Network Information
Powered by GitBook
On this page
Edit on GitHub
  1. Getting Started

Hardhat

Set up, configure, compile, and deploy smart contracts on SupraEVM using Hardhat.

PreviousGuide to Deploy Smart ContractNextGetting Private Key from StarKey

Getting Your Private Key >

Export your Ethereum private key from StarKey to use with tools like Hardhat and Foundry.

Create Hardhat Project >

Initialize a Hardhat project, install dependencies, and set up the environment to develop and deploy smart contracts on SupraEVM.

Update Hardhat Config. >

Modifyhardhat.config.js to include SupraEVM's RPC URL, chain ID, and private key, enabling seamless contract deployment and interaction.

Deploy Smart Contract >

Use Hardhat to deploy your smart contract on SupraEVM, making it live and ready for interaction on the blockchain.