-
Hello! I have an old dero wallet created in 2018. Using dero-wallet-cli-linux-amd64 tool version from 2018, as I maintain a copy of the blockchain, I can open the wallet and see the balance properly. …
-
I used this lib to generate bitcoin private key and corresponding bitcoin address:
`use lib "./lib";`
`use Bitcoin;`
`my $private_key = random Bitcoin::Key;`
`my $address = $private_key->address;`
…
ghost updated
8 years ago
-
Many cryptocurrency projects need a blockchain explorer but use a ready one like Insight or https://chainz.cryptoid.info/ .
Tell a story behind dcrdata. How and why it started, how is it different …
-
[Blockbook](https://github.com/trezor/blockbook) is a popular block explorer service, implemented and used by Trezor.
Would you be interested in a PR that implements the `Blockchain` trait for it?
-
Same as this https://github.com/Joystream/pioneer/issues/1993
"It will be usefal to allow the user to explore a blockchain levle entity, like an event, block or transaction, from various places in …
-
At a high level, the goal is to create a new block explorer which integration partners can run off of their full-service wallet, using the application of their private keys to query the block explorer…
-
### Falling for DeFi with Findora - Tools Challenge
Findora is a low-cost, scalable, EVM-compatible, L1 public blockchain running on Tendermint with programmable privacy for stablecoins, tokens, NF…
-
is there a programatic way to get the withdraw addres for a specific coin in a target network? For example the blockchain explorer link here:
https://www.gate.io/coininfo/SHIB
-
Lemme explain. Folks get confused why they have to pay a fee when the Explorer shows the transaction 'failed'. In reality, the transactions were mined and didn't 'fail', what failed was the contract e…
-
**Getting below error on npm run start in blockchain-explorer directory**:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hyperledger-explorer@1.1.8 app-start: `./start.sh`
npm ERR! Exit sta…