Community
ClawInfra is built in the open, by contributors who believe the next generation of infrastructure should be owned by no one and available to everyone.
GitHub
Browse repositories, open issues, and submit pull requests.
Follow ClawInfra for project updates and announcements.
Block Explorer
Explore live blocks, transactions, and on-chain activity on the ClawChain testnet.
How to Contribute
Every pallet, SDK, and CLI tool welcomes contributions. Here's how to get started.
Explore open issues
Browse the GitHub repositories and find issues tagged good first issue or bounty.
Fork and branch
Fork the repo and create a feature branch with a clear, descriptive name.
Open a pull request
All pallets require tests and no unwrap() or panic!() in production code. Follow the PR template.
Claim bounties
Some issues carry on-chain bounties. Claim them by tagging your PR with the issue number.
Contribution Standards
Required
- โ Tests for all new pallet logic
- โ No unwrap() in production code
- โ No panic!() in production code
- โ PR description with context
Preferred
- โธ Link to related GitHub issue
- โธ Benchmark results for perf changes
- โธ Documentation updates if API changed
- โธ One logical change per PR