From aedc787bd3fcab9de09953e1b6bf3e06c494e482 Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Thu, 13 Jul 2023 02:10:19 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22e68c4..0108100 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@ # BTC Wallet BTC Wallet -It is a web-based bitcoin wallet that promotes self-custody by generating Bitcoin addresses and private keys locally on the user's device. If you are suspicious about internet monitoring, then open the URL, disconnect your computer from the internet, and then generate the Bitcoin address and private key. +It is a web-based Bitcoin wallet and Bitcoin explorer that promotes self-custody by generating Bitcoin addresses and private keys locally on the user's device. If you are suspicious about internet monitoring, then open the URL, disconnect your computer from the internet, and then generate the Bitcoin address and private key. Do not forget to copy and save the private key in a safe place. This BTC wallet doesn't give a seed phrase but directly the original private key, which makes it more secure for the users to take full custody of their bitcoins. -*note: seed phrases are English words and can be memorized by someone who looks at your screen. Private keys are random characters that hide inside asterisk signs that make it difficult for anyone to look at it and memorize it. +*note: seed phrases are English words and can be memorized by someone who looks at your screen. Private keys are random characters that hide inside asterisk signs that make it difficult for anyone to look at them and memorize them. -These are client-side scripts that can generate Bitcoin addresses, send Bitcoin transactions to the blockchain, and monitor Bitcoin data from the bitcoin blockchain +These are client-side scripts that can generate Bitcoin addresses, send Bitcoin transactions to the blockchain, and monitor Bitcoin data from the Bitcoin blockchain ## Instructions to use Note: BTC Wallet uses IndedxedDB for storing data, which means data is stored in the respective browser you used to open the web wallet. Data stored by one browser can't be accessed by other browsers. + +## Functions: + +### Generate BTC address +i)