Library of implementations for interfacing with the NEAR blockchain
A collection of classes, functions, and types for communicating with the NEAR blockchain directly. For use with both client- and server-side JavaScript execution contexts.
- Provider abstract class for interacting with NEAR RPC
- JsonRpcProvider implementation of Provider for JSON-RPC
- fetch NodeJS fetch implementation
- fetchJson low-level function for fetching and parsing RPC data
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE and LICENSE-APACHE for details.