mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 18:21:08 +00:00
Support embedded full/light node clients. (#91)
* Add support for light clients. * Add wasm toolchain to ci. * Fix ci tests. * Address review comments. * Use expect instead of unwrap. * Purge light client chain too. * Add README section.
This commit is contained in:
@@ -10,6 +10,11 @@ See [examples](./examples).
|
||||
|
||||
[substrate-api-client](https://github.com/scs/substrate-api-client) provides similar functionality.
|
||||
|
||||
## Subxt Client
|
||||
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.
|
||||
|
||||
#### License
|
||||
|
||||
<sup>
|
||||
|
||||
Reference in New Issue
Block a user