2.1.5 • Published 4 years ago

kuknos-public-sdk-js v2.1.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

JS Base SDK For Kuknos Network Developement

This library is the lowest-level kukos helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in kuknos-core This is an implementation in JavaScript that can be used on either Node.js or web browsers.

Warning! Node version of this package is using sodium-native package, a native implementation of Ed25519 in Node.js, as an optional dependency. This means that if for any reason installation of this package fails, JS SDK will fallback to the much slower implementation contained in tweetnacl.

If you are using JS SDK in a browser you can ignore this. However, for production backend deployments you should definitely be using sodium-native. If sodium-native is successfully installed and working StellarBase.FastSigning variable will be equal true. Otherwise it will be false.

License

kuknos-public-sdk-js is a modified version of js-stellar-base which is licensed under an Apache-2.0 license. See the LICENSE file for details.