Restructured Step 2 - 7 to "code along" style

This commit is contained in:
AlexanderBuzz
2023-07-05 10:44:15 +02:00
parent bad6ce54ba
commit b46e8a6ada
9 changed files with 761 additions and 270 deletions

View File

@@ -101,4 +101,4 @@ window.electronAPI.onSendXrpTransactionFinish((_event) => {
destinationTagEl.value = ''
amountEl.value = ''
})
// Step 7 code additions - start
// Step 7 code additions - end