Community directory curator dApp for Status
https://status-community-dapp.vercel.app
5cc0f21e07 | ||
---|---|---|
.github/workflows | ||
packages | ||
.eslintrc.json | ||
.gitignore | ||
.node-version | ||
.prettierrc.json | ||
API.md | ||
README.md | ||
netlify.toml | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
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.