Thanks for contributing to Axionvera Network.
- Fork the repo and create a branch.
- Make your change with tests.
- Run:
npm install
npm run test:rust
npm run typecheck
npm test- Read docs/contributing-guide.md
- Check the GitHub issue templates in
.github/ISSUE_TEMPLATE
- Describe the problem and approach.
- Include tests for new behavior.
- Keep PRs focused and easy to review.