mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-18 17:27:12 +00:00
status-community-dapp
Community directory curator dApp for Status
API
Proposed api is available here
Running the project
Note: Use node v18.15.0
- Install dependencies: Run
yarn
to install the necessary packages and dependencies. - Run local hardhat node: Navigate to the
packages/contract
directory and runyarn dev
. - Deploy contracts: Navigate to the
packages/contracts
directory and runyarn dev:deploy
to deploy the contracts needed for the project. - Start the app: Run
VOTING_CONTRACT=hex_addr DIRECTORY_CONTRACT=hex_addr MULTICALL_CONTRACT=hex_addr TOKEN_CONTRACT=hex_addr yarn dev
to start the application. Make sure to replacehex_addr
with the actual addresses of the contracts you deployed in step 3.
Once the app is run, connect to the wallet. NOTE: in 'production' mode it has to be Status wallet.
Description
Languages
TypeScript
98.7%
JavaScript
1.2%
HTML
0.1%