/buildspace-thirdweb-dao

Buildspace: Build your own DAO with just Javascript in a weekend

Primary LanguageJavaScriptMIT LicenseMIT

Buildspace: Build your own DAO

A repository for the Buildspace's "Build your own DAO with just Javascript in a weekend" project.

Debriefing

During the project, the following tasks have been accomplished:


Requirements

Development

  1. Install project dependencies:
    npm install
    
  2. Copy the .env.example file as .env and provide values for all required fields.

Blockchain scripts

  • Execute individual scripts in the scripts folder:
     node scripts/<file-name>
    

Frontend client

  • Start the application in development mode:
     npm run start
    

Deployment

  1. Copy the .env.example file as .env and provide values for all required fields.
  2. If not done during development, install project dependencies:
    npm install
    
  3. Generate the production build of the application:
    npm run build
    
  4. Using the web server of your preference, publish the contents of the generated build directory.

Resources