cromewar / DAO-Full-Stack

A full Stack DAO using the standards of the industry and building a fully functional frontend.
16 stars 23 forks source link

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:

On the Backend folder inside "tokens" change the .env.example and add your Moralis Private key.

Install the python dependencies for the env:

Usage

Run the backend with python with.

    python manage.py runserver

Run the frontend with npm.

    npm start

Enjoy