sleepyOwl14 / nem2-library-js

should not be used, check sdk instead

Home Page:https://github.com/nemtech/nem2-sdk-typescript-javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nem2-library-js

npm version Build Status Coverage Status License

⚠️️ nem2-library-js is not meant to be used in NEM2 Tools/Applications. It is used by nem2-sdk-typescript-javascript.

ℹ️ nem2-library-js is not related to nem-library of NIS1.

This project is developed and maintained by NEM Foundation.

Important Notes

Due to a network upgrade with catapult-server@cow version, transactions from Alpaca&Bison are not compatible anymore.

The upgrade to this package's version v0.9.8 is mandatory for cow compatibility.

Other versions like version v0.9.5-2 can be used for alpaca network version.

Notes on generation of catapult-rest DTO and API client

Following command can be used to generate DTOs and Api clients for the nem2-sdk-typescript-javascript :

$ git clone git@github.com:nemtech/nem2-docs
$ cd nem2-docs && mkdir sdks && cd sdks
$ cp ../source/resources/collections/swagger.yaml .
$ docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli generate -i /local/swagger.yaml -l javascript -t /local/es6_promise --additional-properties usePromises=true -o /local/nem2-js-sdk && rm -R nem2-js-sdk/test

Changelog

Important versions listed below. Refer to the Changelog for a full history of the project.

  • v0.9.8 - Cow Compatible - 2019-02-28
  • v0.9.7 - Cow Compatible - 2019-02-25
  • v0.9.6 - Cow Compatible - 2019-02-25
  • v0.9.5-2 - Alpaca Compatible -

License

Copyright (c) 2018 NEM Licensed under the Apache License 2.0

About

should not be used, check sdk instead

https://github.com/nemtech/nem2-sdk-typescript-javascript

License:Apache License 2.0


Languages

Language:JavaScript 99.8%Language:Shell 0.2%