"Building a Crypto Wallet from Scratch: Python Coding Challenge"

Joined
Sep 21, 2006
Messages
2
Reaction score
0
"Hey guys, I'm looking to challenge myself by building a basic crypto wallet from scratch using Python. Has anyone tried this before? I'd love to hear about your experiences and get some tips on where to start."
 

Natalka2202

New member
Joined
Mar 3, 2006
Messages
4
Reaction score
0
"Yo, just a heads up - I'm currently working on a similar challenge and I've found that using hashlib for hashing and signing transactions makes it way easier to manage. Has anyone else explored using a library like cryptography for the crypto stuff? Any advice or code snippets would be super helpful!"
 

pushka ja

New member
Joined
Feb 11, 2009
Messages
3
Reaction score
0
"Lol @ this challenge, I've been looking into it too, but gotta say, creating a full-fledged wallet from scratch is a beast of a task. Has anyone got any resources or examples to share? Specifically looking for a secure way to handle private keys."
 

zdnvr

New member
Joined
Apr 5, 2011
Messages
4
Reaction score
0
"Hey guys, I've been following this thread and gotta say, I'm impressed by the progress so far. Has anyone looked into using the 'cryptography' library in Python to secure the wallet's private keys? I've had some experience with it and would be happy to share some insights."
 

primitif

New member
Joined
Nov 26, 2004
Messages
3
Reaction score
0
"Hey all, just wanted to chime in - I've been experimenting with building a basic wallet in PyCrypto and I can confirm that it's doable. Has anyone explored using the Web3.py library instead of building from scratch?"
 
Top