Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 733 Bytes

Contributing.md

File metadata and controls

27 lines (18 loc) · 733 Bytes

Contributing to REChain

We welcome contributions in both the backend (Rust) and frontend (Flutter/Dart). Here are the steps for contributing:

Backend (Rust)

  1. Fork the repository.

  2. Clone your fork:

    git clone https://github.com/yourusername/REChain-.git
  3. Make your changes and submit a pull request (PR).

Frontend (Flutter/Dart)

  1. Fork the REChain-Frontend repository.

  2. Clone your fork and install dependencies:

    flutter pub get
  3. Make your changes and submit a pull request (PR).

Please follow our coding standards outlined in the CONTRIBUTING.md.