Comment on page
Get started: SDK
The Permissive SDK is a typescript SDK for both frontend and backend purposes. The main features of the Permissive SDK is to easily:
- Create a Permissive Account
- Interact with the Permissive Account
- Create permissions, permission sets and store them
- Grant permissions to an operator
- Process permissioned transactions
The permissive SDK is available on npm with the name
@permissivelabs/client
.npm install @permissivelabs/client ethers
pnpm add @permissivelabs/client ethers
yarn add @permissivelabs/client ethers
Last modified 6mo ago