Crates.io | near-fetch |
lib.rs | near-fetch |
version | 0.6.0 |
source | src |
created_at | 2023-09-19 05:33:31.277259 |
updated_at | 2024-10-09 09:11:42.25701 |
description | High level client library for transacting to the NEAR network. |
homepage | |
repository | https://github.com/ChaoticTempest/fetch |
max_upload_size | |
id | 976518 |
size | 79,361 |
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.
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.