Prerequisites
- Git
- Rust toolchain (optional for development of Foundry itself;
foundryupwill install binaries) - Node.js and npm/yarn (for frontend)
- An Ethereum wallet or private key for deployments
Quick setup (install Foundry)
curl -L https://foundry.paradigm.xyz | bash
# Then restart the shell or source environment, then:
foundryupClone the repository (zama branch)
git clone https://github.com/jamesatomc/SwapMate.git --branch zama
cd SwapMate