Smart contracts for the CASTQUEST V3 protocol.
This package contains all smart contracts for:
- Token contracts (CAST, QUEST, MEDIA, FRAM, GAME, CODE)
- Marketplace and auction systems
- L3 infrastructure
- Governance mechanisms
- Fee management and treasury
# Install dependencies
pnpm install
# Compile contracts
pnpm run build
# Run tests
pnpm run test
# Deploy to localhost
pnpm run deploy:localhost
# Deploy to Base
pnpm run deploy:base# Run all tests
pnpm run test
# Generate coverage
pnpm run test:coverageSee DEPLOYMENT_GUIDE.md for detailed deployment instructions.
Security audits and vulnerability reports: security@castquest.io
MIT