Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compliance Reward Distribution Indexer #90

Merged
merged 8 commits into from
Jul 24, 2024

Conversation

DOBEN
Copy link
Member

@DOBEN DOBEN commented Jul 18, 2024

Purpose

Create an indexer that records in a PostgreSQL database all new accounts created on the blockchain. All new accounts are eligible for claiming some CCD rewards on mainnet after completing some tasks.

The purpose of the dapp is to showcase how uniqueness/realWorldPersonHood can be proven using Concordium's id infrastructure. Each real-world natural person identity on-chain can only claim a reward once no matter how many accounts the identity has created on mainnet.

Airdrop

Changes

  • Add indexer.

@DOBEN DOBEN changed the title Initial indexer Compliance Reward Distribution Indexer Jul 18, 2024
@DOBEN DOBEN force-pushed the compliant-reward-distribution-dapp branch from b5693cf to e08c5ac Compare July 22, 2024 11:26
Copy link

@Victor-N-Suadicani Victor-N-Suadicani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing blocking but various suggestions and questions :)

compliant-reward-distribution/indexer/resources/schema.sql Outdated Show resolved Hide resolved
compliant-reward-distribution/indexer/resources/schema.sql Outdated Show resolved Hide resolved
compliant-reward-distribution/indexer/resources/schema.sql Outdated Show resolved Hide resolved
compliant-reward-distribution/indexer/resources/schema.sql Outdated Show resolved Hide resolved
compliant-reward-distribution/rustfmt.toml Outdated Show resolved Hide resolved
compliant-reward-distribution/.dockerignore Show resolved Hide resolved
compliant-reward-distribution/indexer/resources/schema.sql Outdated Show resolved Hide resolved
compliant-reward-distribution/indexer/src/bin/indexer.rs Outdated Show resolved Hide resolved
@DOBEN DOBEN force-pushed the compliant-reward-distribution-dapp branch from 74e1be9 to e988749 Compare July 23, 2024 14:23
@DOBEN DOBEN force-pushed the compliant-reward-distribution-dapp branch from 740b93f to ec8ef63 Compare July 23, 2024 16:14
@DOBEN DOBEN merged commit b84ff2a into main Jul 24, 2024
60 checks passed
@DOBEN DOBEN deleted the compliant-reward-distribution-dapp branch July 24, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants