A powerful JavaScript Dogecoin library based on Bitcore.
Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.
npm install dogecore
EVERYTHING from bitcore works with Dogecore. Nothing new has been introduced, this is a simple port of bitcore for Dogecoin. You can follow the OG bitcore documentation for reference: bitcore documentation.
To get community assistance and ask for help with implementation questions, please use reddit.
- 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
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.