hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Implement digital wallet contract #30

Open cmickeyb opened 5 months ago

cmickeyb commented 5 months ago

A PDO is a smart contract that runs inside of an Intel SGX enclave. This gives us a way to implement a digital wallet application with additional confidentiality and integrity guarantees.

Using the PDO contract library, this digital wallet app should manage a set of cyrptographic key pairs for a user.

Related to PDO contracts issue 429 created by @marcelamelara .