bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
`node 12.13.1` [14:28:59] Using gulpfile ~\Desktop\bitcore-lib\gulpfile.js [14:28:59] Starting 'browser'... [14:28:59] Starting ''... '.' Is not an internal or external command, nor is it a runnable program Or batch file。 [14:28:59]...
### Features Provides new chain support in BWS, BWC, and CWC Add's streaming support to externally provided historical chain state. ### Propositions #### Token Suffix Standards We will use the...
 Help me to solve it!
This PR adds support for named testnets. The bulk of the complexity is in alias resolution so that we maintain backwards compatibility. We should create another PR with front end...
This PR handles mid-stream errors. If an error occurs mid stream the following is written to the response: {"error": "An error occurred during data stream"}. Then, the error is logged...
I have two questions 1) I want to send to multiple addresses, is this `tx.to` usage correct? 2) How can I sign this transaction offline, can i serialize without sign...