Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 440 Bytes

File metadata and controls

17 lines (12 loc) · 440 Bytes

React-moralis examples

This project was bootstrapped with Create React App.

Quick start

  1. Install dependencies via yarn install (or npm install)

  2. Copy .env.example to .env and add your keys:

    # Your appId
    REACT_APP_MORALIS_APP_ID="xxx"
    
    # Your serverUrl
    REACT_APP_MORALIS_SERVER_URL="xxx"
  3. Start the app with yarn start (or npm run start)