Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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)