Contribute

Help build SilverBitcoin: Development, documentation, and community

Ways to Contribute

Development

Documentation

Community

Getting Started

1. Fork Repository

git clone https://github.com/YOUR_USERNAME/silver2.0.git cd silver2.0 git remote add upstream https://github.com/silverbitcoin/silver2.0.git

2. Create Branch

git checkout -b feature/your-feature-name

3. Make Changes

cargo build cargo test

4. Commit and Push

git add . git commit -m "Add your feature" git push origin feature/your-feature-name

5. Create Pull Request

Open a PR on GitHub with a clear description of your changes

Code Style Guidelines

Testing Requirements

Pull Request Process

  1. Ensure all tests pass
  2. Update documentation if needed
  3. Add changelog entry
  4. Request review from maintainers
  5. Address feedback and comments
  6. Merge when approved

Ready to contribute?

GitHubDiscord