Community directory curator dApp for Status https://status-community-dapp.vercel.app
Go to file
Patryk Osmaczko f1d364c478 chore: update CI.yml 2023-03-06 21:36:24 +01:00
.github/workflows chore: update CI.yml 2023-03-06 21:36:24 +01:00
packages enhance the usage of config 2023-03-02 15:58:05 +01:00
.eslintrc.json Introduce base app (#2) 2021-06-02 10:51:58 +02:00
.gitignore Update gitignore (#181) 2021-08-05 16:39:21 +02:00
.node-version Add waku voting (#57) 2021-06-28 13:43:22 +02:00
.prettierrc.json Introduce monorepo (#40) 2021-06-17 13:33:35 +02:00
API.md Add new fields to api proposal (#8) 2021-06-30 11:48:42 +02:00
README.md update README 2023-03-02 15:58:05 +01:00
netlify.toml Add netlify redirects (#53) 2021-06-23 09:43:19 +02:00
package.json Introduce monorepo (#40) 2021-06-17 13:33:35 +02:00
yarn.lock Use `js-waku@^0.30.0` (#1) 2023-03-02 13:52:22 +01:00

README.md

status-community-dapp

Community directory curator dApp for Status

API

Proposed api is available here

build & run

yarn && yarn build && yarn run

To run the app in different configurations use ENV environment variable. Possible values are: 'localhost', 'development', 'production'. If no ENV is provided, the app will default to 'development'.

Once the app is run, connect to the wallet. NOTE: in 'production' mode it has to be Status wallet.

Currently contracts are only deployed to optimism goerli.