Aim: ReactJS demo website Save time for users and developers utilising Web3 via Moralis integration.
These tutorial videos are a great introduction: Link to Moralis YouTube Video
Also reference the Moralis Docs on Web3 logins.
Via terminal, navigate to root directory:
npm install
Go to Moralis.io to create your server instance.
Then codebase root dir (outside of public and/or src dir) edit .env
file, point to your Moralis server:
REACT_APP_MORALIS_APPLICATION_ID=xxx
REACT_APP_MORALIS_SERVER_URL=xxx
Finally, via terminal in the project directory run:
npm start
react-moralis
: ℹ️ Docs
ethereum-boilerplate
: ℹ️ Docs
- Compatibile with multiple wallets.
- Much more TBA.