surge-gameplay
v1.0.3
Published
Smart contracts for Socket Surge - a blockchain-based battle royale game
Maintainers
Readme
Surge Game Play
Dependencies
- Solady: Gas-optimized Solidity library
- Forge-std: Foundry standard library for testing and scripting
Installation
# Install dependencies
forge install
# Build contracts
forge buildDeployment
Use the provided deployment script:
# Set your private key
export PRIVATE_KEY=your_private_key_here
# Deploy tokensTesting
# Run tests
forge test
# Run tests with verbose output
forge test -vv