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