The 🏰 BuidlGuidl is a curated group of Ethereum builders creating products, prototypes, and tutorials with 🏗 scaffold-eth
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.
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.