Skip to content

bartosjiri/buildspace-thirdweb-dao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 81.8%
  • HTML 8.9%
  • CSS 8.9%
  • Shell 0.4%