0.0.2-5 • Published 7 months ago
@wireio/wns v0.0.2-5
Wire Name Service Kit
A library to simplify interactions with Wire Name Service, providing various relevant utils.
Features:
- Contains Utils used to interact with the WNS System
Installation
The @wireio/wns
package is distributed as a module on npm.
yarn add @wireio/wns
# or
npm install --save @wireio/wns
Autodocs
- API Documentation
- Code Coverage Report - Coming soon
Developing
You need Make, node.js and yarn installed.
Clone the repository and run make
to checkout all dependencies and build the project. See the Makefile for other useful targets. Before submitting a pull request make sure to run make lint
.