Skip to content

mikery/buidlguidl-v3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuidlGuidl v3 Netlify Status

The 🏰 BuidlGuidl is a curated group of Ethereum builders creating products, prototypes, and tutorials with 🏗 scaffold-eth


Project setup

Get the project code:

git clone https://github.com/scaffold-eth/buidlguidl-v3

cd buidlguidl-v3

Install dependencies:

yarn install

Start the backend service:

yarn backend

In a new terminal, start the frontend:

yarn start

At this point, you should have the app available at http://localhost:3000.

Builder / Admin role

If you want to have a builder or admin role, you can edit packages/backend/local_database/local_db.json (created after the first time you run yarn backend) and add your address:

"<YOUR_ADDRESS>": {
  "creationTimestamp": 1633088553221,
  "role": "admin",
},

Remember to restart the backend & refresh the page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Other 1.7%