@lit-protocol/wrapped-keys-bc
TypeScript icon, indicating that this package has built-in type declarations

6.5.3 • Public • Published

Quick Start

This submodule is used for Wrapped Keys which allows you to import any existing keys. You can also export these keys to the user. These keys are encrypted and stored in a DynamoDB instance managed by Lit. You can use functions to sign a message/transaction within a Lit Action as even broadcast it to the required blockchain.

node.js / browser

yarn add @lit-protocol/wrapped-keys
yarn add @lit-protocol/wrapped-keys-bc # version with lit actions code in the bundle

Vanilla JS (UMD)

<script src="https://cdn.jsdelivr.net/npm/@lit-protocol/wrapped-keys-vanilla/wrapped-keys.js"></script>
<script>
  console.log(LitJsSdk_wrappedKeys);
</script>

Lit Actions Code

This package outputs two bundles. The light-one one that uses IPFS CIDs to indicate the Lit Actions involved and another one that includes their code and sends that to the nodes instead of the CID.

Readme

Keywords

Package Sidebar

Install

npm i @lit-protocol/wrapped-keys-bc

Weekly Downloads

31

Version

6.5.3

License

MIT

Unpacked Size

2.79 MB

Total Files

101

Last publish

Collaborators

  • maximushaximus
  • famura
  • josh-long
  • hwrdtm
  • websaam
  • adarsh-kumar28
  • glitch003