distributed-threat-hunting
cargo-near-new-project-description
How to Build Locally?
Install cargo-near
and run:
cargo near build
How to Test Locally?
cargo test
How to Deploy?
Deployment is automated with GitHub Actions CI/CD pipeline. To deploy manually, install cargo-near
and run:
cargo near deploy <account-id>
Useful Links
cargo-near - NEAR smart contract development toolkit for Rust
near CLI - Iteract with NEAR blockchain from command line
Last updated