Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 682 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 682 Bytes

Build your own DAO from Scratch, Smart Contracts, Moralis API with Backend and Complete Frontend.

Preparation

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

Usage

Run the backend with python with.

    python manage.py runserver

Run the frontend with npm.

    npm start

Enjoy