Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decensus-crypto/decensus
decensus is a dapp that helps NFT projects and DAOs figuring out their community demographics
https://github.com/decensus-crypto/decensus
dapp ethereum solidity
Last synced: 3 months ago
JSON representation
decensus is a dapp that helps NFT projects and DAOs figuring out their community demographics
- Host: GitHub
- URL: https://github.com/decensus-crypto/decensus
- Owner: decensus-crypto
- Created: 2022-08-05T15:33:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T09:56:18.000Z (about 2 years ago)
- Last Synced: 2024-05-22T03:13:41.964Z (8 months ago)
- Topics: dapp, ethereum, solidity
- Language: TypeScript
- Homepage: https://decensus.centiv.xyz/
- Size: 2.3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Decensus - based survey platform. (Awesome List / Projects and Integrations.)
README
# Decensus
decensus is a dapp that helps NFT projects and DAOs figuring out their community demographics.
## Contributing
All contributions are welcome!
For bugs and feature requests, please create an issue.
If you want to contribute to the codebase, please follow the steps below:
1. Fork the repository
2. Clone your fork, then develop and test your changes
3. Submit a pull request### How to develop
This repository is a monorepo containing the following packages:
- `packages/contracts`: smart contracts
- `packages/frontend`: frontend application
- `packages/subgraph`: subgraph in [the Graph protocol](https://thegraph.com/en/) for data indexing of the contractsAfter cloning the repository, run `yarn install` at the repository root to install the dependencies.
Then, run `yarn dev` at the `packages/frontend` to start the development server at `http://localhost:3000`.
For more information, please refer to the READMEs in each package.