Go to the frontend folder and install the dependencies with yarn
yarn
change the .env.example
on the main directory and add your private keys for:
- Wallet Private Key.
- Infura Project ID.
- Etherscan API key.
On the Backend folder inside "tokens" change the .env.example
and add your Moralis Private key.
Install the python dependencies for the env:
- eth-brownie
- django
- web3
Run the backend with python with.
python manage.py runserver
Run the frontend with npm.
npm start