bitlike
v1.5.2
Published
A pure and powerful JavaScript library for Bitcoin like coins
Downloads
8
Maintainers
Readme
Bitlike
A pure and powerful JavaScript library for Bitcoin like coins forked from Bitpay's Bitcore Lib library.
Bitcoin is a powerful peer-to-peer platform for the next generation of financial technology. The decentralized nature of the Bitcoin network allows for highly resilient software infrastructure, and the developer community needs reliable, open-source tools to implement Bitcoin apps and services.
Get Started 📦
npm install bitlike
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 message
- Verify a message
- Create an OP RETURN transaction
- Create a 2-of-3 multisig P2SH address
- Spend from a 2-of-2 multisig P2SH address
Recent Changes 🧙
Last modifications to the packages since v1.0.0
- Change package name from bitcore
- Added suport to Verge (XVG)
Development 🛠️
git clone https://github.com/RenzoDD/bitlike
cd bitlike
npm install
Building the Browser Bundle ✨
To build a bitlike full bundle for the browser:
npm install -g browserify
npm run build
This will generate a file named bitlike.js
.
Security 🛡️
We're using BitLike 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.
If you find any flaw or trouble please submit a new thread on Github Issues
Developers ✒️
License 📄
Code released under the MIT License.