Links
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

Installation

The permissive SDK is available on npm with the name @permissivelabs/client.

NPM

npm install @permissivelabs/client ethers

PNPM

pnpm add @permissivelabs/client ethers

YARN

yarn add @permissivelabs/client ethers