dogecore
v0.15.0
Published
A pure and powerful JavaScript Dogecoin library.
Downloads
6
Maintainers
Readme
Dogecore Library
A powerful JavaScript Dogecoin library based on Bitcore.
Principles
Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.
Get Started
npm install dogecore
Documentation
EVERYTHING from litecore works with Dogecore. Nothing new has been introduced, this is a simple port of litecore for Dogecoin. You can follow the OG litecore documentation for reference: litecore documentation.
To get community assistance and ask for help with implementation questions, please use reddit.
Examples (Replace litecore with dogecore everywhere)
- Generate a random address
- Generate a address from a SHA256 hash
- Import an address via WIF
- Create a Transaction
- Sign a Bitcoin (Dogecoin) message
- Verify a Bitcoin (Dogecoin) message
- Create an OP RETURN transaction
- Create a 2-of-3 multisig P2SH address
- Spend from a 2-of-2 multisig P2SH address
Note
Dogecore is a simple port of bitcore by bitpay. It was originally ported by Dogesight, and this lib is put on my git and npm for accessibility. It is based on an old version of bitcore, so contributions are encouraged.