bitcore
bitcore copied to clipboard
A full stack for bitcoin and blockchain-based applications
Chain presets available foundation (default) main Ethereum network (eth,ethereum,mainnet) goerli and rinkeby the fast Ethereum test networks using Clique consensus engine. kovan the fast Ethereum test network using PoA consensus...
please implement LTC XRP explorer insight support. here i see not supported chain.
It seems the docker image has been removed from dockerhub: ``` > Executing task: docker build --pull --rm -f "bitcore/packages/insight/Dockerfile" -t bitcore:latest "bitcore/packages/insight" < Sending build context to Docker daemon...
I've added a Portuguese wordlist using the words specified [here](https://github.com/bitcoin/bips/blob/master/bip-0039/portuguese.txt). refs: https://github.com/bitpay/bitcore/issues/3192
Hi there, As explained at Bitcore Mnemonics [readme](https://github.com/bitpay/bitcore/blob/master/packages/bitcore-mnemonic/README.md) the package implements [Mnemonic code for generating deterministic keys](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki). At the wordlist section we can find [this wordlists](https://github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md) But I've checked and...
Solution close to what was described in #2400, but with a `delete networkMaps[key]` when length is 1 (to prevent splicing from leaving an empty entry on networkMaps).