鍛造作業-これの目的は何ですか?
-
-
ドキュメントでこれらの発生を確認できる例を提供できますか?can you provide examples where you see occurrences of these in the documentations?
- 1
- 2019-04-20
- Frank
-
鍛造はTezosの公式ドキュメントには記載されていませんが、Tezosのさまざまなブログやチュートリアルで言及されているため、質問を更新しました.I have updated the question as forging is not mentioned in the official Tezos documentation but is mentioned by various Tezos blogs and tutorials.
- 0
- 2019-04-21
- ConsentDevelopment
-
1 回答
- 投票
-
- 2019-04-21
高レベルの観点から、偽造の目的は、実行したい操作の種類(例:送金、誰に、誰から、いくら)とともに一連の入力を変換することです.など)上記の操作を一意に表すバイトの単一のシーケンスに変換します.
次に、この操作でチェーンに入る次のステップは、あなたがそのようなバイトの作成者であることを公に証明するために、公開鍵でそれらのバイトに署名することです.これの出力は、別のバイトシーケンスになります.
最終的に、これらのバイトはインジェクションステップによって実際にチェーンにプッシュされます.
これらはすべて、操作を実行するときに、舞台裏でさまざまなクライアント/ウォレットによって実行されます.
詳細はこちら
トランザクションを作成する方法 From a high level perspective the purpose of forging is to convert a set of inputs along with the kind of operation you wish to perform (eg: send money, to whom, from whom, how much etc) into a single sequence of bytes which will uniquely represent said operation.
Then the next step for this operation to enter the chain is to sign those bytes with your public key in order to prove publicly that you are the author of such bytes. The output of this will be another sequence of bytes.
Eventually those bytes will be actually pushed to the chain by an injection step.
All of those are performed by various clients/wallets behind the scene when you perform operations.
More details are available here
さまざまなTezosのブログやチュートリアルで言及されているオフライン鍛造および鍛造という言葉を見続けています.
鍛造の目的は何ですか?