A repo for Dapp Discovery through Status https://dap.ps
Go to file
Andy Tudhope 8a47293af9
Withdraw fails and more generalisable numbers
2019-04-09 14:38:27 +02:00
config Minor updates 2019-04-08 22:38:00 +02:00
contracts Adds tests for upvoteEffect and Withdraw 2019-04-09 12:21:23 +02:00
public Data updates (#11) 2019-04-02 16:11:51 +02:00
src New homepage loader (#13) 2019-04-08 11:58:24 +02:00
test Withdraw fails and more generalisable numbers 2019-04-09 14:38:27 +02:00
utils Begin testing 2019-04-08 19:28:36 +02:00
.editorconfig Initial setup of linting and basic dependencies (#1) 2019-03-13 11:13:34 +02:00
.eslintrc.json feat: unskinned app (#3) 2019-03-14 20:58:19 +02:00
.gitattributes Add gitattributes for solidity 2019-04-09 10:38:42 +02:00
.gitignore Include Embark and .sol contracts 2019-04-08 16:46:14 +02:00
.npmrc Include Embark and .sol contracts 2019-04-08 16:46:14 +02:00
.prettierrc Initial setup of linting and basic dependencies (#1) 2019-03-13 11:13:34 +02:00
LICENSE Initial commit 2019-02-14 11:27:28 +02:00
README.md Minor updates 2019-04-08 22:38:00 +02:00
embark.json Minor updates 2019-04-08 22:38:00 +02:00
package-lock.json Include Embark and .sol contracts 2019-04-08 16:46:14 +02:00
package.json Include Embark and .sol contracts 2019-04-08 16:46:14 +02:00

README.md

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.