shlogg · Early preview
Block Experts @zouhirtaousy

Building An Ethereum Wallet App With React Native And Redux

Building an Ethereum wallet app with React Native & Redux. Step-by-step guide covers setting up project, implementing wallet management, crafting UI, integrating Ethereum libraries & adding advanced features.

Building an Ethereum Wallet App with Expo and TypeScript

In this guide, we'll walk through the creation of an Ethereum wallet app using Expo, TypeScript, and the ethers.js library. We'll focus on generating a mnemonic, accessing an Ethereum address, and checking balances from the blockchain, inspired by the X-Wallet example, which leverages Domain-Driven Design (DDD) principles.

  
  
  Understanding Ethereum Wallets

Ethereum wallets serve as gateways to interact with the Ethereum blockchain, allowing users to manage their Ether (ETH) and other tokens. They come in various forms:

Hot Walle...