File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -98,16 +98,22 @@ Below is the complete transaction data. You can refer back to this whenever you
98
98
99
99
## Steps We'll Follow
100
100
101
- 1 . Create Basic Transaction Structure
101
+ 0 . Create Base Transaction
102
102
103
- 2 . Prepare BIP143 Signing Data
103
+ 1 . Adding Inputs
104
104
105
- 3 . Create Preimage
105
+ 2 . Adding Outputs
106
106
107
- 4 . Generate Signature
107
+ 3 . Generate ScriptCode
108
108
109
- 5 . Build Witness Data
109
+ 4 . Calculate Transaction Digest
110
110
111
- 6 . Assemble Final Transaction
111
+ 5 . Calculate Preimage and Sighash
112
+
113
+ 6 . Generate and Encode the Signature
114
+
115
+ 7 . Add Witness Field
116
+
117
+ 8 . Assemble Final Transaction
112
118
113
119
Each step will be explained in detail in the following sections, with code examples and tests using this exact transaction data.
You can’t perform that action at this time.
0 commit comments