Defender SDK and API

Defender SDK (Formerly defender-client packages) is a node package that allows developers to interact with Defender programatically using Javascript/Typescript.

See sdk repository or SDK and API documentation for more detailed information.

Installation

You can install the whole package using NPM or any of your favorite package managers

npm install @openzeppelin/defender-sdk

or you can install single subpackages

npm install @openzeppelin/defender-sdk-deploy-client
For more information about setup, examples and usage, please visit Defender SDK README file in Github.