Bitcore Library for Meteor
A pure and powerful JavaScript Bitcoin library.
meteor add frabrunelle:bitcore-lib
I personally use Bitcore Library to validate Bitcoin addresses in my Meteor apps. And it works on both the client and the server, thanks to Cosmos Browserify.
bitcore.Address.isValid('126vMmY1fyznpZiFTTnty3cm1Rw8wuheev')
- Address
- Block
- Crypto
- Encoding
- HD Keys
- Networks
- Private Key
- Public Key
- Script
- Transaction
- Bitcoin Units
- Unspent Outputs
- Bitcoin URIs
To get community assistance and ask for help with implementation questions, please use the Bitcore Forum.
- Generate a random address
- Generate a address from a SHA256 hash
- Import an address via WIF
- Create a Transaction
- Sign a Bitcoin message
- Verify a Bitcoin message
- Create an OP RETURN transaction
- Create a 2-of-3 multisig P2SH address
- Spend from a 2-of-2 multisig P2SH address
Code released under the MIT license.
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.