How To Build a Minimalistic Ethereum Wallet in Python [Part 1]by@jspiel
6,375 reads

How To Build a Minimalistic Ethereum Wallet in Python [Part 1]

March 19th 2020
6 min
by @jspiel 6,375 reads
tldt arrow
Read on Terminal ReaderPrint this storyRead this story w/o Javascript

Too Long; Didn't Read

In this article, we are going to build a simple Ethereum wallet from scratch using Python. In part 1, we will use some cryptography and try to interact with the blockchain. We will generate a key pair compatible with the public key and encrypt the private key using a password. The cryptographic standard used by Bitcoin is based on Elliplic Curve Cryptography. An Ethereum wallet is simply a specific set of cryptographic keys together with methods to send and receive tokens using these keys. The wallet should at least be able to generate and store public and private keys. We start by loading some of them into Python:

Company Mentioned

Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - How To Build a Minimalistic Ethereum Wallet in Python [Part 1]
Jérôme Spielmann HackerNoon profile picture

@jspiel

Jérôme Spielmann

About @jspiel
LEARN MORE ABOUT @JSPIEL'S EXPERTISE AND PLACE ON THE INTERNET.
react to story with heart
Jérôme Spielmann HackerNoon profile picture
by Jérôme Spielmann @jspiel.My interests include: probability theory, current events and techno music.
Personal website

RELATED STORIES

L O A D I N G
. . . comments & more!
Hackernoon hq - po box 2206, edwards, colorado 81632, usa