Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (4.1k points)

I want to create users ether wallet through code. is there any API or something to create ether wallet which they can use to transfer & receive ether ?

1 Answer

0 votes
by (14.4k points)

If you want to create an Ether Wallet, you should leverage the functionalities of the Python-based client Pyethapp. You can also transfer funds using this. 

It provides a very simple command for creating accounts: 

$ pyethapp account new

Browse Categories

...