Options
All
  • Public
  • Public/Protected
  • All
Menu

openvasp-client

OpenVASP Client

OpenVASP Typescript Library

Build Status License npm GitHub last commit

Documentation: https://notabene-id.github.io/openvasp-node-client/

Getting OpenVASP Client Library

To install:

$ npm i --save openvasp-client

Usage

Tool

import { Tools } from "openvasp-client";

const vaspAddress = "0x36D706A02fE35C64Ba21cF7Ed51695FC8DD00E63";
const vaspCode = Tools.addressToVaspCode(vaspAddress);

Development

Instal dependencies

$ npm install

Build

$ npm run build

Test

$ npm test

To publish to NPM:

$ pika publish

To publish dosc:

$ npm run docs

Contributing

Contributions are welcome!

Want to file a bug, request a feature or contribute some code?

  • Check out the Code of Conduct
  • Check that there is no existing issue corresponding to your bug or feature
  • Before implementing a new feature, discuss your changes in an issue first!

License

MIT © Notabene

Generated using TypeDoc