Examples of a javascript Syscoin library for node.js and browsers.
Released under the terms of the MIT LICENSE.
- bitcoinjs-lib - A javascript Bitcoin library for node.js and browsers. Configurable with Syscoin network settings to work with Syscoin addresses and message signing.
- BIP84 - P2WPKH/P2WSH HD wallet derivation library for BECH32 addresses
- syscointx-js - A raw transaction creation library using coinselectsyscoin for input selection.
- syscoinjs-lib - High level SDK library for Syscoin in Javascript.
- coinselectsyscoin - A fee-optimizing, transaction input selection module for syscoinjs-tx.
- crypto-js - JavaScript library of crypto standards. Used for AES Encrypt/Decrypt of sensitive HD wallet info to local storage.
- axios - Promise based HTTP client for the browser and node.js. Used for backend communication with a Blockbook API as well as notary endpoints where applicable.