digibyte-js
v2.8.3
Published
A pure and powerful JavaScript DigiByte library.
Downloads
213
Maintainers
Readme
DigiByte JS
A pure and powerful JavaScript DigiByte library forked from Bitpay's Bitcore Lib library.
DigiByte is a powerful peer-to-peer platform for the next generation of financial technology. The decentralized nature and the speed of the DigiByte network allows for highly resilient software infrastructure, and the developer community needs reliable, open-source tools to implement DigiByte apps and services.
Get Started 📦
npm install digibyte-js
Documentation & Examples 📖
You can find all the documentation here
- Generate a random address
- Generate a address from a SHA256 hash
- Import an address via WIF
- Create a Transaction
- Sign a DigiByte message
- Verify a DigiByte message
- Create an OP RETURN transaction
- Create a 2-of-3 multisig P2SH address
- Spend from a 2-of-2 multisig P2SH address
Development 🛠️
git clone https://github.com/RenzoDD/digibyte-js
cd digibyte-js
npm install
Building the Browser Bundle ✨
To build a digibyte-js full bundle for the browser:
npm install -g browserify
npm run build
This will generate a file named digibyte.js
.
Security 🛡️
We're using DigiByte JS in production, as are many others, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.
Projects using DigiByte JS:
If you find any flaw or trouble please submit a new thread on Github Issues
Donate 💰
DigiByte: DDiazXQ3bd9dnsRZ9HJRxs9T9idpgaKYs7
Developers ✒️
License 📄
Code released under the MIT License.