Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 672 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 672 Bytes

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