https://github.com/paritytech/substrate-airgapped
Tools to facilitate an air-gapped construction, decoding, and signing flow for txs of `FRAME`-based chains.
https://github.com/paritytech/substrate-airgapped
Last synced: about 1 year ago
JSON representation
Tools to facilitate an air-gapped construction, decoding, and signing flow for txs of `FRAME`-based chains.
- Host: GitHub
- URL: https://github.com/paritytech/substrate-airgapped
- Owner: paritytech
- Created: 2020-12-27T21:50:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T17:11:05.000Z (over 5 years ago)
- Last Synced: 2023-04-09T19:14:16.174Z (about 3 years ago)
- Language: Rust
- Size: 136 KB
- Stars: 6
- Watchers: 8
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] Substrate Airgapped
Tools to facilitate an air-gapped construction, decoding, and signing flow for transactions of `FRAME`-based chains.
## Crates
- substrate-airgapped-cli: CLI that combines all functionality of the available substrate-airgapped libraries.
- substrate-airgapped: Where core components & functionality is being built out.
- substrate-metadata: A wrapper around runtime metadata that can be used to programmatically get the
call index of transaction.
## Examples
- [substrate-airgapped/examples/signed_tx_from_pair.rs](substrate-airgapped/examples/signed_tx_from_pair.rs): Construct a balance transfer, hard-coding the call index.
- [substrate-airgapped/examples/call_index_from_metadata.rs](substrate-airgapped/examples/call_index_from_metadata.rs): Dynamically get the call index from metadata.
## Questions?
Please file an issue for any questions, feature requests, or additional examples