Develop with Foundry
Use Foundry to develop and deploy smart contracts on GIWA.
Set up development environment
curl -L https://foundry.paradigm.xyz | bash
foundryupforge init giwa_project
cd giwa_projectgiwa_project/
├── foundry.toml # a file with project configurations
├── lib # external libraries used in the project
├── script # scripts for deployment / simulation
├── src # project source code directory
└── test # contract test directoryWriting a contract
Writing tests
Deploying the contract

Learn more
Last updated