This project was bootstrapped with Create React App.
-
Ensure you have a moralis account https://moralis.io
-
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)
- Ensure you have a moralis account https://moralis.io
mv .github/workflows/moralis.yml.example .github/workflows/moralis.yml- Update the details for:
- REACT_APP_MORALIS_APP_ID
- REACT_APP_MORALIS_SERVER_URL
- moralisSubdomain
- Add the following secrets to your github repo in the github interface ( Settings > Secrets). You can find the information in your moralis account when you click on view details on the server you are using in your account.
- MORALISAPIKEY
- MORALISAPISECRET