MobileCoin Reserve Auditor is a prototype that is being actively developed.
Please report issues to https://github.com/mobilecoinofficial/reserve-auditor/issues.
- Search both open and closed tickets to make sure your bug report is not a duplicate.
- Do not use github issues as a forum. To participate in community discussions, please use the community forum at community.mobilecoin.foundation.
Please feel free to submit PRs!
When you submit PRs, please use the following workflow:
-
Ensure the rust project builds by running
cargo build
locally at the root of the repository. -
Ensure that tests pass in the rust project by running
cargo test
locally at the root of the repository. -
Ensure that code is formatted properly for the rust project by running
cargo clippy
locally at the root of the repository -
Ensure that the front end builds and runs without any errors, by running
yarn && yarn start-testnet
in the ./frontend directory.
You will need to sign our CLA before your pull request can be merged. Please email [email protected] and we will send you a copy.
We're friendly. Feel free to ping us!