A repo for Dapp Discovery through Status https://dap.ps
Go to file
Kamen Stoykov 0a6db07355 merge router.jsx 2019-05-16 19:25:35 +03:00
config get votes 2019-05-13 18:51:22 +03:00
contracts Removes unnecessary amount param from downvotes 2019-05-16 13:28:34 +02:00
public Adds dBay 2019-04-23 10:47:39 +02:00
src merge router.jsx 2019-05-16 19:25:35 +03:00
test Update contract name 2019-04-19 11:03:03 +02:00
utils storing ipfs hash in bytes32 hash and changed receiveApproval (#23) 2019-04-12 11:40:24 +02:00
.editorconfig Initial setup of linting and basic dependencies (#1) 2019-03-13 11:13:34 +02:00
.eslintrc.json vote modals 2019-04-24 20:01:30 +03:00
.gitattributes Add gitattributes for solidity 2019-04-09 10:38:42 +02:00
.gitignore Vote component (#30) 2019-04-16 09:34:45 +02:00
.prettierrc Initial setup of linting and basic dependencies (#1) 2019-03-13 11:13:34 +02:00
.soliumignore Adds solium support, fixes linting issues 2019-04-09 22:54:21 +02:00
.soliumrc.json Adds solium support, fixes linting issues 2019-04-09 22:54:21 +02:00
CNAME Set up for launch 2019-04-17 13:15:16 +02:00
Discover_Specification.md Update contract name 2019-04-19 11:03:03 +02:00
LICENSE Initial commit 2019-02-14 11:27:28 +02:00
README.md Update contract name 2019-04-19 11:03:03 +02:00
embark.json Address slither static analysis WIP 2019-04-10 00:24:40 +02:00
package.json get votes 2019-05-13 18:51:22 +03:00

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.