Book Image

Ethereum Projects for Beginners

Book Image

Ethereum Projects for Beginners

Overview of this book

Ethereum enables the development of efficient, smart contracts that contain code. These smart contracts can interact with other smart contracts to make decisions, store data, and send Ether to others.Ethereum Projects for Beginners provides you with a clear introduction to creating cryptocurrencies, smart contracts, and decentralized applications. As you make your way through the book, you’ll get to grips with detailed step-by-step processes to build advanced Ethereum projects. Each project will teach you enough about Ethereum to be productive right away. You will learn how tokenization works, think in a decentralized way, and build blockchain-based distributed computing systems. Towards the end of the book, you will develop interesting Ethereum projects such as creating wallets and secure data sharing.By the end of this book, you will be able to tackle blockchain challenges by implementing end-to-end projects using the full power of the Ethereum blockchain.
Table of Contents (12 chapters)
Title Page
Copyright and Credits
Packt Upsell
Contributor
Preface
Index

Ethereum and smartphone applications


You can make smartphone applications with Ethereum support in three ways:

  • Using a DApp browser.
  • Using Android or the iOS library.
  • Doing everything in JavaScript, from key generation to key security and everything in-between. However, this is not recommended, as this makes you very vulnerable.

 

 

 

Using a DApp browser

One kind of DApp browser is Toshi. It will allow you to make use of the centralized application, and you can use it in pretty much the same way in which you would use MetaMask, but on a mobile. Another more popular option isStatus.IM. It's actually a secure chat, but it's also a chat bot. You can give it commands such as retrieving the browser location, as shown in the following screenshot, and if you give it such commands, then you can trigger functions inside of the smart contracts:

Status.IM home page

A few applications have been developed using this method. One such application is WhoPays. This a contract-based bot that creates groups in which...