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
- Generate a random mnemonic
- 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
- Generate a DigiID login
🧙
Recent Changes Last modifications to the packages since v1.2.0
- Sign Digi-ID with specific private key
- Fixed Digi-ID bug on browser
- Start transition from
native
addresses to new namemulsig
orscript
. - DigiID
variables
attribute changed toparams
🛠️
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
✒️
Developers
📄
License Code released under the MIT License.