near-fetch

Crates.ionear-fetch
lib.rsnear-fetch
version0.6.0
sourcesrc
created_at2023-09-19 05:33:31.277259
updated_at2024-10-09 09:11:42.25701
descriptionHigh level client library for transacting to the NEAR network.
homepage
repositoryhttps://github.com/ChaoticTempest/fetch
max_upload_size
id976518
size79,361
Phuong Nguyen (ChaoticTempest)

documentation

README

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.
  • KeyRotatingSigner for switching between keys on each sign point.

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.

Commit count: 41

cargo fmt