LedgerHQ / ledger-fresh-management

This is where product topics are discussed for Ledger Fresh
Apache License 2.0
14 stars 2 forks source link

[Web] - Starkcheck module integration #88

Open qd-qd opened 1 year ago

qd-qd commented 1 year ago

Header

Name of the task: Starkcheck module integration

Name of the module: Web

Difficulty: 3

Waiting for: Starkcheck module (spec' in progress)

Body

Short description

Starkcheck is an important module in our architecture that checks every transaction before it is broadcasted. The goal is to have an off-chain policy checker. The validation of starkcheck is checked on-chain by the smart-contract account itself.

Full description

Any transactions must be sent to the starkcheck module before it is broadcasted. Develop the logic to make this behavior automatic for all the transactions.

Note that Starkcheck will be open-source and users will be able to run their own instances for privacy concerns.

Additionals ressources