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