Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.09 KB

VNF Wallet SDK NodeJs

This is a simple, opinionated monorepo for the SDK

Built With

Sample Server Built With

SDK built with

  • Module building using Rollup

Testing

All packages

> yarn lerna run test

One package

> cd packages/sdk // replace with your chosen package
> yarn test

Building

All packages

> yarn lerna run build

One package

> cd packages/sdk // replace with your chosen package
> yarn build