Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 374 Bytes

lexi

An encryption mechanism based on "Lexi Magic" - deriving an encryption key from signing public data

Quick Setup

yarn
yarn lerna bootstrap
yarn lerna run build

Demos

See the examples folder for examples.

To run:

yarn workspaces run build
open packages/example-ethereum/dist/index.html
open packages/example-solana/dist/index.html