react
Example react app for @moralisweb3/react package. This app is bootstrapped using create-react-app (check their documentation for more info)
Getting started locally
- Copy/download this project
- Install all dependencies via
yarn installornpm install - Copy
.env.exampleto.envand fill in the values
Run your dapp
- Run
yarn startto run the client locally
Now your app is running locally at localhost:3000