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.
npm install digibyte-js
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
git clone https://github.com/RenzoDD/digibyte-js
cd digibyte-js
npm install
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
.
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
DigiByte: DDiazXQ3bd9dnsRZ9HJRxs9T9idpgaKYs7
Code released under the MIT License.