discover-dapps/README.md

1.1 KiB

The DApp Store by Status

A repo for Dapp Discovery through Status, and any other browser. Viewing curated information does not require any special tools, though effecting the way information is ranked will require a web3 wallet, whether that is Status, MetaMask, Trust, Brave or whichever one you prefer.

Available Scripts

This project is based on Embark v4.0.1, with a few things customised for React. Currently, you'll need to run the app and Embark separately, in different tabs in your terminal.

npm build

Builds the app into the build directory.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

embark run --noserver

Will start a local blockchain node, download the right compiler, compile and deploy your contracts and offer you a beautiful web3 terminal.

embark test

Will compile your contracts, with hot-reloading, and let you test them locally to your heart's content.