Skip to content

Recover bridge claims signed on wrong EVM network/Add Private Credit Score demo dapp - #20

Open
defi101 wants to merge 3 commits into
octra-labs:mainfrom
defi101:codex/private-credit-score
Open

Recover bridge claims signed on wrong EVM network/Add Private Credit Score demo dapp#20
defi101 wants to merge 3 commits into
octra-labs:mainfrom
defi101:codex/private-credit-score

Conversation

@defi101

@defi101 defi101 commented May 8, 2026

Copy link
Copy Markdown

Summary

  • Add a Private Credit Score demo dapp for encrypted credit scoring.
  • Add an AML contract template under static/templates/private_credit.
  • Add a standalone UI at static/private-credit-score.html.
  • Add POST support for /api/contract/view so large encrypted params can be sent safely.

What it does

This demo lets a user enter applicant data, encrypt inputs locally through the webcli FHE API, call the private_score contract view, decrypt the score locally, and optionally store the encrypted score on-chain.

Validation

  • node --check static/private-credit-score.js
  • python3 -m json.tool static/templates/index.json
  • make OCTRA_SKIP_AUTOSETUP=1
  • AML template compiled successfully against the Octra RPC

@defi101 defi101 changed the title Add Private Credit Score demo dapp Recover bridge claims signed on wrong EVM network/Add Private Credit Score demo dapp May 8, 2026
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.

1 participant