https://github.com/jon-becker/argus-rs
Argus is a minimal, blazing fast contract storage introspection tool written in rust.
https://github.com/jon-becker/argus-rs
Last synced: over 1 year ago
JSON representation
Argus is a minimal, blazing fast contract storage introspection tool written in rust.
- Host: GitHub
- URL: https://github.com/jon-becker/argus-rs
- Owner: Jon-Becker
- License: mit
- Created: 2025-01-30T00:09:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T00:40:36.000Z (over 1 year ago)
- Last Synced: 2025-03-15T12:12:44.580Z (over 1 year ago)
- Language: Rust
- Size: 1.16 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# argus-rs



## Overview
Argus is a minimal, blazing fast contract storage introspection tool written in rust.
## Installation & Usage
```bash
cargo add argus-rs
```
## Documentation
Documentation for all of argus-rs is available at [docs.rs](https://docs.rs/argus-rs).
## Contributing
If you'd like to contribute to Argus or add a module, please open a pull-request with your changes, as well as detailed information on what is changed, added, or improved.
For more detailed information, see the [contributing guide](https://jbecker.dev/r/argus-rs/wiki/contributing).
## Issues
If you've found an issue or have a question, please open an issue [here](https://jbecker.dev/r/argus-rs/issues). All issues must follow their respective templates.