This repository is an integral part of the https://github.com/redstone-finance/redstone-oracles-monorepo repository, especially of the solana-connector package (https://github.com/redstone-finance/redstone-oracles-monorepo/tree/main/packages/solana-connector) and is subject of all their licenses.
- The repository: https://github.com/redstone-finance/rust-sdk
- The CommitId: [will be prepared for the particular version]
- Path: crates/redstone
The direct path should look like: https://github.com/redstone-finance/rust-sdk/tree/[COMMIT_ID]/crates/redstone
- Redstone crate documentation here
- General RedStone Blockchain Oracles docs
- Especially The push model docs
We try to follow conventions from here.
- ./crates/redstone/src/core/test_helpers.rs - file should not be audited.
- ./crates/redstone/src/helpers - directory should not be audited.
- all test, imports and comments should not be included for audit.
- We suggest to read
**/README.md
- We suggest to audit Dependencies inside
**/Cargo.toml
files