This is an open source Rust library that takes in a serialized transaction and analyzes it against well-known chain analysis heuristics for privacy leaks.
- The library returns a privacy analysis of a serialized transaction.
- Get the latest version of the crate from crates.io and add it to your
Cargo.toml
file.
- Fork the repository
- Clone the fork to your local environment.
- Create a branch for the issue you are working. Follow this pattern for the branch's name
<Issue-number>-<summary-of-issue-title>
- Create a pull request using your feature branch to the main branch of the project's repository.
- Once the team receives your pull request, it will be reviewed and merged once it passes the test on the repository.