An open API service indexing awesome lists of open source software.

https://github.com/syscoin/syscoinjs-lib-examples

syscoinjs-lib-examples
https://github.com/syscoin/syscoinjs-lib-examples

Last synced: 10 months ago
JSON representation

syscoinjs-lib-examples

Awesome Lists containing this project

README

          

# SyscoinJS Examples (syscoinjs-lib-examples)

Examples of a javascript Syscoin library for node.js and browsers.

Released under the terms of the [MIT LICENSE](LICENSE).

## Complementing Libraries
- [bitcoinjs-lib](https://github.com/bitcoinjs/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](https://github.com/Anderson-Juhasc/bip84) - P2WPKH/P2WSH HD wallet derivation library for BECH32 addresses
- [syscointx-js](https://github.com/syscoin/syscointx-js) - A raw transaction creation library using coinselectsyscoin for input selection.
- [syscoinjs-lib](https://github.com/syscoin/syscoinjs-lib) - High level SDK library for Syscoin in Javascript.
- [coinselectsyscoin](https://github.com/syscoin/coinselectsyscoin) - A fee-optimizing, transaction input selection module for syscoinjs-tx.
- [crypto-js](https://github.com/brix/crypto-js) - JavaScript library of crypto standards. Used for AES Encrypt/Decrypt of sensitive HD wallet info to local storage.
- [axios](https://github.com/axios/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.

## LICENSE [MIT](LICENSE)