Foundry
Initialize, configure, compile, deploy, and interact with smart contracts on SupraEVM using Foundry.
Getting Your Private Key ->
Export your Ethereum private key from StarKey to use with Foundry.
Create Project ->
Initialize a Foundry project, set up directories, and configure the environment.
Write Smart Contract ->
Create a Solidity smart contract in Foundry and define its logic for SupraEVM.
Deploy Smart Contract ->
Compile and deploy using Foundry, then interact via cast send and cast call.
Last updated on