mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-22 19:18:30 +00:00
status-community-dapp
Community directory curator dApp for Status
API
Proposed api is available here
Running the project
- Install dependencies: Run
yarn
to install the necessary packages and dependencies. - Run local hardhat node: Navigate to the
packages/contract
directory and runnpx hardhat node
. - Deploy contracts: Navigate to the
packages/contracts
directory and runnpx hardhat run deploy/deploy.ts --network localhost
to deploy the contracts needed for the project. - Start the app: Run
ENV=localhost VOTING_CONTRACT=hex_addr DIRECTORY_CONTRACT=hex_addr MULTICALL_CONTRACT=hex_addr TOKEN_CONTRACT=hex_addr yarn start
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%