From 0fdb2ee806928235ddca080133ea6bdf6a8a0a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=94=E7=89=B9=E5=B8=81=E5=B8=83=E9=81=93=E8=80=85?= <138196104+happybole@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:03:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f34b3..b97d308 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Javascript Bitcoin BrainWallet Generator and Construct Transaction and Offline Sign Transaction, Ethereum BrainWallet Generator. -JS demonstrates Bitcoin and Ethereum Brain Password, Private Key, Public Key, and Address Generation Steps and Relationships. +Javascript demonstrates Bitcoin and Ethereum Brain Password, Private Key, Public Key, and Address Generation Steps and Relationships. -JS demonstrates the process of building and signing Bitcoin transactions, enabling online transaction construction and offline signing. Information exchange between cold and hot wallets is achieved through QR codes, ensuring that private keys never come into contact with the network. +Javascript demonstrates the process of building and signing Bitcoin transactions, enabling online transaction construction and offline signing. Information exchange between cold and hot wallets is achieved through QR codes, ensuring that private keys never come into contact with the network. This webpage code (right-click to view the source code) is very suitable for beginners to understand the basic principles of Bitcoin from a code level. Simply save this webpage to run it offline and use it as a brain wallet or cold wallet. It is recommended to use Chrome browser.