Skip to content

Latest commit

 

History

History

README.md

@castquest/contracts

Smart contracts for the CASTQUEST V3 protocol.

Overview

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

Development

# 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

Testing

# Run all tests
pnpm run test

# Generate coverage
pnpm run test:coverage

Deployment

See DEPLOYMENT_GUIDE.md for detailed deployment instructions.

Security

Security audits and vulnerability reports: security@castquest.io

License

MIT