This project was bootstrapped with Create React App.
-
Install dependencies via
yarn install(ornpm install) -
Copy
.env.exampleto.envand add your keys:# Your appId REACT_APP_MORALIS_APP_ID="xxx" # Your serverUrl REACT_APP_MORALIS_SERVER_URL="xxx"
-
Start the app with
yarn start(ornpm run start)