1.0.5 • Published 4 months ago

libnexa-ts v1.0.5

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 months ago

Libnexa TS

NPM Package Build Status Coverage Status GitLab Release License

A pure and powerful TypeScript Nexa SDK library.

Principles

Nexa is another powerful peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Nexa network allows for highly resilient nexa infrastructure, and the developer community needs reliable, open-source tools to implement Nexa apps and services.

Get Started

npm install libnexa-ts

Or adding libnexa-ts to your app's package.json:

"dependencies": {
    "libnexa-ts": "^1.0.0",
    ...
}

Documentation

The complete docs are hosted here: Libnexa-ts documentation. There's also a Libnexa API reference available generated from the TSDocs of the project, where you'll find low-level details on each utility.

Examples

Development & Tests

git clone https://gitlab.com/nexa/libnexa-ts.git
cd libnexa-ts
npm install

Run all the tests:

npm run test

You can also create a test coverage report (you can open coverage/index.html to visualize it) with npm run coverage.

Security

We're using Libnexa in production, as are many others, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.

1.0.5

4 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago