AdamBraham88 / coinbase-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coinbase-clone

This project is a fork of Ethereum React Native Boilerplate and shows how you can easily clone an app like Coinbase using Moralis.

Onboarding Screen Coinbase Dashboard
onboarding dashboard1

|

⭐️ Star us

If this boilerplate helps you build Ethereum mobile dapps faster - please star this project, every star makes us very happy!

🤝 Need help?

If you need help with setting up the boilerplate or have other questions - don't hesitate to write in our community forum and we will check asap. Forum link. The best thing about this boilerplate is the super active community ready to help at any time! We help each other.

🚀 Quick Start

💿 Install all dependencies:

cd coinbase-clone
yarn install

cd ios
pod install

cd ..

🚴‍♂️ Run your App:

IMPORTANT:

  • To run the app and be able to actually login do the following:

    • Make sure to have Xcode installed on your machine if you wish to run it in iOS development and Android Studio if you want it in Android.
    • For M1 users: Access apps folder then right click on Xcode and click on more info. Then select "Open Using Rosetta".
    • Connect a physical phone device. Open terminal/cmd and run adb devices and see if your android device id is listed.
    • Install your preferred wallet on your device: (Metamask, Trust Wallet etc..)
  • IOS:

    • Command react-native run-ios for react-native-cli package users or npx react-native run-ios if you're using the latest recommended version of node.js
  • Android:

    • Command react-native run-android for react-native-cli package users or npx react-native run-android if you're using the latest recommended version of node.js

About

License:MIT License


Languages

Language:JavaScript 44.5%Language:TypeScript 42.2%Language:Java 6.0%Language:Objective-C 4.3%Language:Starlark 1.9%Language:Ruby 0.7%Language:Shell 0.3%