🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket
a

adarsh-kumar28

npm

Packages

Current Co-maintainers

Former Co-maintainers

157 packages

adarsh-lit-connect-modal

js-sdk-v3-test

<div align="center"> <h1>Lit Protocol Javascript/Typescript SDK V3</h1> <img src="https://i.ibb.co/p2xfzK1/Screenshot-2022-11-15-at-09-56-57.png"> <br/> <a href="https://twitter.com/LitProtocol"><img src="https://img.shields.io/twitter/follow/litprotocol?

js-sdk-v3-test-encryption

This submodule provides encryption and decryption of contents (string, zip, etc.) respectively using a symmetric key, with the encrypted content returned as a Blob and the symmetric key as a Uint8Array

lit-connect-modal

lit-js-sdk

LIT Javascript SDK

lit-pkp-ethers

The Ethers Project ==================

@lit-protocol/access-control-conditions

This submodule provides functionalities for formatting and canonicalizing data, validating and creating digital signatures, and hashing various types of conditions and identifiers in a deterministic way to ensure data integrity and security within the LIT

@lit-protocol/access-control-conditions-schemas

The Lit Protocol Access Control Condition definitions are a set of Zod schemas that define the conditions that can be used to control access to a resource.

@lit-protocol/access-control-conditions-vanilla

@lit-protocol/accs-schemas

@lit-protocol/accs-validator

@lit-protocol/agent-signer

This library was generated with [Nx](https://nx.dev).

@lit-protocol/agent-wallet

## Overview This repository serves as the home for the **Agent-Wallet** project. It does not implement core functionality but, it plays a crucial role in handling **error management** and **invocation processes**.

@lit-protocol/auth

This module provides management of auth methods that are used to control LIT PKPs, and authorization primitives.

@lit-protocol/auth-browser

Browser-specific authentication utilities for the Lit Protocol, enabling seamless connection to various blockchain networks including Ethereum, Cosmos, and Solana.

@lit-protocol/auth-browser-vanilla

@lit-protocol/auth-helpers

This submodule manages permissions and capabilities related to accessing specific resources on the blockchain. It utilizes features from the 'siwe' and 'siwe-recap' libraries to verify and handle data, allowing users to encode and decode session capabilit

@lit-protocol/auth-helpers-vanilla

@lit-protocol/auth-services

This package contains the PKP Authentication Services & Login Server for the Lit Protocol.

@lit-protocol/aw-cli

The Agent Wallet CLI is a command-line interface (CLI) application designed to demonstrate the capabilities of agent wallets. It allows users to manage policies, delegate permissions, and execute tools within defined constraints. This tool is particularly

@lit-protocol/aw-contracts-sdk

This package contains the contracts and some utility functions for interacting with the `PkpToolRegistry` contracts.

@lit-protocol/aw-signer

The signer package is responsible for PKP (Programmable Key Pair) management, signing operations, and policy enforcement in the Lit Protocol Agent Wallet system. It provides two main roles: Admin and Delegatee.

@lit-protocol/aw-subagent-gaia

Subagent is a utility that uses Gaia's open-source LLM APIs to parse user intents and match them to the appropriate tools. It's designed to provide similar functionality as OpenAI-based solutions but with the benefits of using open-source, customizable LL

@lit-protocol/aw-subagent-openai

Subagent is a utility that uses OpenAI to parse user intents and match them to the appropriate tools. It’s designed to simplify the process of understanding user requests and mapping them to the correct tools in a web3 environment.

@lit-protocol/aw-tool

This guide will walk you through the process of creating a new Agent Wallet tool package for the Lit Agent Wallet system.