/walletconnect-react-native-moralis

Creating a mobile dapp to connect to a host of wallets using walletconnect and moralis

Primary LanguageTypeScript

React Native Boilerplate

This project is using:

Check the corresponding docs for additional information and help.

Getting started

Setup

  • Install the expo CLI globally: npm i -g expo-cli
  • Make sure you've logged into expo-cli.
  • Copy this repo
  • cd into the project
  • Copy .env.example to .env
  • install dependencies via yarn install

Start

  • Web: yarn web
  • IOS: yarn ios
  • Android: yarn android