A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
BUIDL is a browser-based IDE that enables developers to create and deploy Decentralized Applications (DApps) on blockchains with ease.
If you are a developer, click https://www.secondstate.io/buidl/ to see tutorials and other information.
If you want to make contributions to BUIDL, follow the following steps to run BUIDL locally.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit
The example dapp is a web application where people can vote thumb up or thumb down on a statement. All the votes are recorded on the blockchain.