Creating an iOS Ethereum Wallet app | Day 1

I was always interested in the development of Bitcoin and blockchain technology since 2015. However I did not have a chance to get involved in some real life projects. From the end of 2016, I had much more exposure to the blockchain world, from crypto currencies trading to some ICOs. It was super exciting.

It is time to dig deeper into the code side of the things on blockchain. As an iOS developer, it is just natural to start with an app. I chose to create an iOS Ethereum Wallet app.

To begin with, I would like to implement the basic features of a wallet:

  • The ability to create a new Ethereum wallet (keys)
  • Show the transactions and balance of the wallet
  • A way to backup and restore the wallet

--

--