Skip to content

A full Stack DAO using the standards of the industry and building a fully functional frontend.

Notifications You must be signed in to change notification settings

cromewar/DAO-Full-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A full Stack DAO using the standards of the industry and building a fully functional frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published