Introduction
- 1.
What is a wallet
- 2.
The Helium wallet interface
- 3.
Helium wallet program code
- 4.
Helium wallet Pytest code
The Bitcoin reference wallet implementation relies upon access to the complete Bitcoin blockchain. Similarly, any Helium node that has the complete Helium blockchain or has access to this blockchain can create and maintain a wallet.
This chapter creates a basic command-line Helium wallet that implements core functionality. ...