JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q39639F
  • License UNLICENSED

The Permissive SDK. Permissive is an authorization framework for Ethereum on top of ERC-4337.

Package Exports

  • @permissivelabs/client
  • @permissivelabs/client/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@permissivelabs/client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Permissive SDK


Permissive is an authorization framework built with Account Abstraction (ERC-4337). It allows services to request specific permissions from users. Once a service has been granted the required permissions, it can perform allowed actions on behalf of the user in the form of UserOperations.

Install

npm

npm install @permissivelabs/sdk viem

pnpm

pnpm add @permissivelabs/sdk viem

yarn

yarn add @permissivelabs/sdk viem