0a6db07355 | ||
---|---|---|
config | ||
contracts | ||
public | ||
src | ||
test | ||
utils | ||
.editorconfig | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
.soliumignore | ||
.soliumrc.json | ||
CNAME | ||
Discover_Specification.md | ||
LICENSE | ||
README.md | ||
embark.json | ||
package.json |
README.md
Discover
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 run build
Builds the app into the build
directory.
npm run 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.
slither . --exclude naming-convention --filter-paths token
Make sure you get TrailofBits' latest static analysis tool, and do your own static analysis on the relevant contracts that will be deployed for Discover.