4 releases (2 stable)

4.0.0-pre.1 Mar 5, 2021
3.0.0 Feb 10, 2021
2.2.0 Sep 3, 2020

#67 in #near

Download history 278/week @ 2023-12-22 176/week @ 2023-12-29 318/week @ 2024-01-05 420/week @ 2024-01-12 341/week @ 2024-01-19 314/week @ 2024-01-26 140/week @ 2024-02-02 493/week @ 2024-02-09 584/week @ 2024-02-16 423/week @ 2024-02-23 437/week @ 2024-03-01 559/week @ 2024-03-08 398/week @ 2024-03-15 633/week @ 2024-03-22 617/week @ 2024-03-29 495/week @ 2024-04-05

2,212 downloads per month
Used in 15 crates (2 directly)

Apache-2.0

14KB
293 lines

NEAR Runtime utilities

This crate contains utility functions for NEAR runtime.

The crate doesn't include dependencies on near-primitives and near-crypto to keep the dependencies limited. Historically, near-primitives contained a bunch of dependencies that prevented this crate from being compiled to Wasm.


lib.rs:

Contains utility functions for runtime.

Dependencies

~2.2–3MB
~54K SLoC