Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 681 Bytes

File metadata and controls

32 lines (22 loc) · 681 Bytes

Contributing to resolver

Thanks for your interest! resolver is a kcolbchain open-source project.

Quick Start

git clone https://github.com/YOUR_USERNAME/resolver.git
cd resolver
cargo build
cargo test
cargo run -- scan  # scan for open intents

Finding Work

  • Open issues
  • good-first-issue / help-wanted tags
  • Comment before starting

Code Style

  • cargo fmt + cargo clippy must pass
  • Doc comments on public functions
  • Tests for new strategies/decoders

Community

kcolbchain.com | Join

License

MIT