near-fetch 0.0.1

High level client library for transacting to the NEAR network.
Documentation
1
2
3
4
5
6
7
8
9
10
# NEAR Fetch

High level rust client library for sending transactions into the NEAR chain. This is a WIP library so use at your own risk and can likely be deprecated.

## Features

- Retrying transactions with exponential backoff.
- When sending transactions, the nonces are cached and invalidated locally as to avoid querying for them everytime we need to make a transaction.

NOTE: this is currently not a complete replacement for near-jsonrpc-client-rs as this is more for transactions and not every single possible RPC method that you can make.