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
- Host: GitHub
- URL: https://github.com/syscoin/syscoinjs-lib-examples
- Owner: syscoin
- License: mit
- Created: 2020-09-13T03:30:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T21:54:54.000Z (over 4 years ago)
- Last Synced: 2024-04-13T03:30:11.514Z (about 2 years ago)
- Language: JavaScript
- Size: 3.44 MB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)