- Node.js (v16 or later recommended)
- npm or yarn
- Git
# Clone the repository
git clone https://github.com/yourusername/Agent4rena-PoC.git
cd Agent4rena-PoC
# Install dependencies
cd contract && npm install
# Compile contracts
npx hardhat compile
# Run tests
npx hardhat test
# Deploy contracts
npx hardhat ignition deploy ./ignition/modules/Agents.ts
Contributions are welcome! Please feel free to submit a Pull Request.