Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 1.24 KB

shared-repos.md

File metadata and controls

executable file
·
21 lines (12 loc) · 1.24 KB

Shared repos and middleware

Here are the info about the components shared by different Ledger teams collaborating as well as middleware components designed to be embedded in third party products.

Keypairoom

A Component to generate and regenerate a keypair, in a deterministic and private way. The cryptographic part consists of two Zenroom smart contracts, the first executed server-side to generate a seed (based on public data such as user name), the second generate client side, based on the output of the first smart contract and on private information, namely "The challenges".

The component is in TypeScript and packaged a npm.

ZenroomBrowserExtension

Web extensions encapsulating Zenroom functionality, written in python and JavaScript. Repo: ZenroomBrowserExtension.

Arduino2IPFS

ESP32 Arduino library for submitting data to IPFS. Requires ArduinJSON. Repo: Arduino2IPFS.