mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
25193d75af
* add ethereum example The ethereum config doesn't work with the default PolkadotConfig which this shows how to do. Tested with a frontier node * address grumbles * Update subxt/examples/tx_basic_frontier.rs * Update subxt/examples/tx_basic_frontier.rs
Subxt-signer
This library exposes a small, WASM compatible signer implementation which can be used in conjunction with Subxt to sign transactions.
This library can be used without Subxt by disabling the subxt feature flag, which is enabled by default.