https://github.com/tetcoin/tetcore-airgapped
Tools to facilitate an air-gapped construction, decoding, and signing flow for transactions of FABRIC-based chains.
https://github.com/tetcoin/tetcore-airgapped
cli construct metadata tetcore transaction
Last synced: about 1 year ago
JSON representation
Tools to facilitate an air-gapped construction, decoding, and signing flow for transactions of FABRIC-based chains.
- Host: GitHub
- URL: https://github.com/tetcoin/tetcore-airgapped
- Owner: tetcoin
- Created: 2021-01-30T05:12:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T06:54:13.000Z (over 5 years ago)
- Last Synced: 2025-02-06T13:18:47.682Z (over 1 year ago)
- Topics: cli, construct, metadata, tetcore, transaction
- Language: Rust
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] Tetcore 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