SwapMateDEX
Installation & Prerequisites

Prerequisites

  • Git
  • Rust toolchain (optional for development of Foundry itself; foundryup will 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:
foundryup

Clone the repository (zama branch)

git clone https://github.com/jamesatomc/SwapMate.git --branch zama
cd SwapMate