Foundry
This section will guide smart contracts development on Viction network using Foundry tool.
Prerequisites
Installations
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup update stablecurl -L https://foundry.paradigm.xyz | bashfoundryupCreating a Foundry Project
Configurations
Load environment variables
Compile the smart contract
Deploy the smart contract
Verify contract on VicScan
Last updated