Skip to Content
Hands-On Blockchain for Python Developers
book

Hands-On Blockchain for Python Developers

by Arjuna Sky Kok
February 2019
Intermediate to advanced
450 pages
9h 59m
English
Packt Publishing
Content preview from Hands-On Blockchain for Python Developers

Mist

In Chapter 2, Smart Contract Fundamentals, and Chapter 3, Implementing Smart Contracts Using Vyper, you used the Truffle console to interact with the smart contract. Now, we are going to use another software to interact with the smart contract. The software we will use is Mist, an Ethereum wallet.

For this, go to https://github.com/ethereum/mist/releases. If you use Linux Ubuntu, download the Mist-linux64-0-11-1.deb file.

Ensure that geth is already installed and that the path of geth is in the $PATH environment variable, so that you can call geth from anywhere.

You can then install Mist, as follows:

$ dpkg -i Mist-linux64-0-11-1.deb

Next, run the application, as follows:

$ ethereumwallet --rpc /tmp/geth.ipc

Notice the --rpc /tmp/geth.ipc ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Blockchain in Action

Blockchain in Action

Bina Ramamurthy
Learn Python by Building a Blockchain and Cryptocurrency

Learn Python by Building a Blockchain and Cryptocurrency

Academind by Maximilian Schwarzmüller GmbH

Publisher Resources

ISBN: 9781788627856Supplemental Content