7 releases (4 breaking)

0.4.2 Jan 21, 2024
0.4.1 Nov 2, 2023
0.4.0 Oct 8, 2023
0.3.0 Nov 2, 2022
0.0.0 Aug 16, 2022

#2139 in Magic Beans

Download history 535/week @ 2023-12-23 606/week @ 2023-12-30 1355/week @ 2024-01-06 1366/week @ 2024-01-13 1304/week @ 2024-01-20 999/week @ 2024-01-27 966/week @ 2024-02-03 970/week @ 2024-02-10 1087/week @ 2024-02-17 1208/week @ 2024-02-24 726/week @ 2024-03-02 826/week @ 2024-03-09 874/week @ 2024-03-16 1022/week @ 2024-03-23 1066/week @ 2024-03-30 1084/week @ 2024-04-06

4,178 downloads per month
Used in 18 crates (8 directly)

MIT/Apache

37KB
767 lines

near-abi-rs

Rust library providing NEAR ABI models.

Github CI Build Crates.io version Download Reference Documentation

NEAR ABI | Reference Documentation | Contributing

Release notes

Release notes and unreleased changes can be found in the CHANGELOG

Overview

Warning: ABI is still in early stages of development so expect breaking changes to this library until we reach 1.0

This library is meant to serve as an unopinionated reference for Rust models of the NEAR ABI.

ABI Metaschema

This repo also contains meta JSON Schemas of ABI. These schemas can be found in the metaschema folder: near-abi-${version}-schema.json for a specific ABI schema version or near-abi-current-schema.json for what is currently in the main branch of the repository.

Metaschemas describe the properties of ABI schema format and allow anyone to validate whether a JSON file is a valid NEAR ABI. For example, one could use an online validator like https://www.jsonschemavalidator.net/ or a library such as ajv.

Contributing

If you are interested in contributing, please look at the contributing guidelines.

License

Licensed under either of

at your option.

Dependencies

~2.2–3MB
~65K SLoC