Skip to content

Typescript package for interacting with Kevlar Vault

Notifications You must be signed in to change notification settings

kevlarxyz/kevlar-ts

Repository files navigation

kevlar-ts

This is a Typescript library for interfacing with the Vault plugin that allows for the creation of EVM accounts and signing of transactions using those accounts.

Overview

This library is providers typescript bindings for interacting with the kevlar vault plugin. It is generated using the OpenAPI Generator project and references the openapi.yaml specification which can be found under definitions/. The generated code is under src/api/ and src/models/.

  • API version: 1.0
  • Package version: 1.0

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

About

Typescript package for interacting with Kevlar Vault

Resources

Stars

Watchers

Forks