Skip to content

martinpintos/challenge-react-native

Repository files navigation

Challenge React Native 👨‍💻 📱

Get Started

# install expo cli
npm install -g expo-cli
# install dependencies
npm install

Or use yarn

yarn install

Run project

expo start

Features

  • Authentication with WalletConnect
  • Ethers.js integration
  • Real time USD balance
  • Real time balance variation
  • Latest address transactions
  • Button to copy address
  • ETH Balance

The ethers.js library was used instead of web3.js as there is a compatibility issue between it and React Native. Web3.js has some dependencies that are browser modules in its core and that's why it throws all kinds of errors.

About

App made using React Native, Expo, ethers.js and WalletConnect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published