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 intweetnacl
.If you are using
JS SDK
in a browser you can ignore this. However, for production backend deployments you should definitely be usingsodium-native
. Ifsodium-native
is successfully installed and workingStellarBase.FastSigning
variable will be equaltrue
. Otherwise it will befalse
.
Using npm to include kuknos-public-sdk-js in your own project:
npm install --save kuknos-public-sdk-js
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.