Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 917 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 917 Bytes

hash-storage

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?

near deploy <account-id> ./target/near/event_graph.wasm

Useful Links