community-dapp/README.md

16 lines
527 B
Markdown
Raw Normal View History

2021-06-01 11:09:38 +00:00
# status-community-dapp
Community directory curator dApp for Status
# API
2023-03-02 14:38:20 +00:00
Proposed api is available [here](API.md)
# 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.