| Crates.io | tetcore-subxt |
| lib.rs | tetcore-subxt |
| version | 0.13.0 |
| created_at | 2021-04-06 06:52:39.409646+00 |
| updated_at | 2021-04-06 06:52:39.409646+00 |
| description | Submit extrinsics (transactions) to a tetcore node via RPC |
| homepage | https://core.tetcoin.org/ |
| repository | https://github.com/tetcoin/tetcore-subxt |
| max_upload_size | |
| id | 379690 |
| size | 368,263 |
A library to submit extrinsics to a tetcore node via RPC.
See examples.
Alternatives
tetcore-api-client provides similar functionality.
By default the client builder will connect to a full node via rpc. The subxt-client helps
embedding a light client directly. It can also be used to embed a full node. This is especially
useful for testing and ci.