Bitcoin Forum
May 25, 2024, 07:50:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to build a Bitcoin Wallet  (Read 622 times)
locksley (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
May 15, 2014, 03:09:20 PM
 #1

I wrote a tutorial on how to build a javascript client side Bitcoin wallet, much like blockchain.info's "MyWallet".

It's something I certainly could've used when I first got started  Smiley

Check it out and let me know what you think.

https://helloblock.io/docs/tutorials/how-to-build-a-wallet-1
devthedev
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
May 15, 2014, 03:27:42 PM
 #2

It's a great tutorial
But honestly if someone needs to read a tutorial to create a wallet, they shouldn't be running one...

Also, Cold Storage FTW Cheesy

locksley (OP)
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
May 15, 2014, 03:35:43 PM
 #3

I'd say lots of people are interested in building 'wallet' functionality into their apps. Think of all the tip bots.

I wouldn't trust them with my coins as a wallet, but I'd trust them enough to transact small amounts on there.
devthedev
Legendary
*
Offline Offline

Activity: 1050
Merit: 1004



View Profile
May 15, 2014, 03:42:57 PM
 #4

I'd say lots of people are interested in building 'wallet' functionality into their apps. Think of all the tip bots.

I wouldn't trust them with my coins as a wallet, but I'd trust them enough to transact small amounts on there.

That's true I suppose.

bitsmichel
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250



View Profile
May 15, 2014, 08:31:12 PM
 #5

Its an interesting tutorial, when will part 2 come out?  How risky is using a Javascript wallet over http instead of https?
Is your private key transmitted over the line?



fbueller
Sr. Member
****
Offline Offline

Activity: 412
Merit: 275


View Profile
May 16, 2014, 08:18:52 PM
 #6

Private key shouldn't be, but you have to worry about the authenticity of the JS code thats been run. You have little way of knowing it wasn't tampered with.

Bitwasp Developer.
Coinhunter32
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
May 16, 2014, 08:47:48 PM
 #7

Nice guide, but as we say first come first serve, I don't know what's the use could be to create a wallet because there are major wallets like blockchain.info and none other online wallet would change It probably. But for knowledge and curiosity on how online wallet works It's great tutorial.
newIndia
Legendary
*
Offline Offline

Activity: 2212
Merit: 1049


View Profile
May 16, 2014, 09:33:51 PM
 #8

I wrote a tutorial on how to build a javascript client side Bitcoin wallet, much like blockchain.info's "MyWallet".

It's something I certainly could've used when I first got started  Smiley

Check it out and let me know what you think.

https://helloblock.io/docs/tutorials/how-to-build-a-wallet-1

hey, really nice tutorial. I'm bookmarking this link. do u think use of CarbonWallet code is also a good idea or it has any drawback ? is not it the case that your code will always make a call to helloblock.io and any error return or connection failure from your end may troble the wallet ?

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!