21 releases (7 breaking)
new 0.7.0 | Jan 27, 2025 |
---|---|
0.6.0 | Oct 9, 2024 |
0.5.1 | Sep 5, 2024 |
0.5.0 | Jul 8, 2024 |
0.1.0 | Nov 30, 2023 |
#13 in #nonce
1,128 downloads per month
80KB
1.5K
SLoC
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.
Dependencies
~24–38MB
~550K SLoC