Native token of the Katana Network Chain.
For comprehensive engineering documentation, cross-repo context, troubleshooting guides, and deployment procedures, see the Katana Engineering Lore repository.
This central documentation hub includes:
- Repository overviews and tech stacks
- Cross-repo dependencies and data flows
- Common gotchas and troubleshooting guides
- Environment setup and API contracts
- Deployment procedures and infrastructure details
- standard ERC20
- permit
- configurable inflation
- locked for first 9 months, with early unlock mechanism
- immutable
Run:
forge soldeer install
Next:
forge test
- Set a private key and other data in
.env - Set a rpc endpoint in
foundry.toml - Run
forge script script/Deploy.s.sol --rpc-url katana_mainnet --broadcast --verify