React components and hooks for fast building dApps without running own backend
GitHub: https://github.com/phantom20320/para-dex
This dApp is built on react-moralis. Also has its own context provider for quick access to chainId
or ethAddress
There are many components in this project that do not require an active web3 provider, they use Moralis Web3 API. Moralis supports the most popular blockchains and their test networks. You can find a list of all available networks in Moralis Supported Chains
Please check the official documentation of Moralis for all the functionalities of Moralis.
Clone or fork Para DeX
:
git clone https://github.com/para-dex/para-dex.git
Install all dependencies:
yarn install
✏ Rename .env.example
to .env
in the main folder and provide your appId
and serverUrl
from Moralis (How to start Moralis Server)
Example:
REACT_APP_MORALIS_APPLICATION_ID = xxxxxxxxxxxx
REACT_APP_MORALIS_SERVER_URL = https://xxxxxx.grandmoralis.com:2053/server
Run your App:
yarn start