Tezos Forge
Fleeting- External reference: https://tezosguides.com/wallet_integration/basics/forge_parse/
tezos forge
Create a transaction so that you can sign it and inject it in the blockchain.
tezos operation shell
An example of an operation shell with a single operation:
{ "branch": "BLTUcKtBkLmQGRoXjiLEXcZHS9wR5Mgcq9sZkxU3DdLMVwy2wMu", "contents": [ { "kind": "transaction", "source": "tz1WhHx7DMH8cKyXe5dv9cDy5wzFJX2wfTPB", "fee": "1350", "counter": "74227", "gas_limit": "10600", "storage_limit": "277", "amount": "3528000", "destination": "KT1Ecay6hLAsGmVSaRawzF1iNt8beuk1djDF" } ] }
— https://tezosguides.com/wallet_integration/basics/forge_parse/
forge
The forging can be done remotely by a RPC node or done locally
— https://tezosguides.com/wallet_integration/basics/forge_parse/
Forging the operations locally is generally a more secure alternative and there exists several libraries that can assist with this
— https://tezosguides.com/wallet_integration/basics/forge_parse/
Notes linking here
- blockchain transactions steps
- how tezos works
- how to sign a forged transaction in tezos
- tezos counter issue
- tezos inject