questions/blockchain
You can interact with the blockchain using ...READ MORE
The reason it says “undefined” is because ...READ MORE
use post data in url link and ...READ MORE
When you click View Source, you see ...READ MORE
The Web3 API uses error first style callbacks. Your ...READ MORE
The rocksdb error you're seeing wouldn't be ...READ MORE
The REST API service is exposed on ...READ MORE
Alternatively you could assign this to a local variable ...READ MORE
Update the node: npm rebuild and then run ...READ MORE
This is the fix: $(document).ready(function () { ...READ MORE
this is harmless, the hfc module should ...READ MORE
Proof of Work: When a miner gets a ...READ MORE
In R3 Corda all the nodes are ...READ MORE
Hey, you gotta provide the contract code, and ...READ MORE
Convert the hex string back to bytes ...READ MORE
How I can check where the data ...READ MORE
Can I change the network id in ...READ MORE
Make these entries in truffle.js file: module.exports = { ...READ MORE
This code will work: <?php try ...READ MORE
Hey, @Nikhil 1. A type of distributed ledger database ...READ MORE
The right way to do it is: downloadFabric.sh startFabric.sh createPeerAdminCard.sh If ...READ MORE
selfdestruct takes one argument an address and then sends all ...READ MORE
Follow these steps to correctly install: mkdir ~/fabric-dev-servers ...READ MORE
Here's a little example that passes values ...READ MORE
I think there is an issue with ...READ MORE
To add miners, add peers. Then with ...READ MORE
The function name should be in Args ...READ MORE
The makefile is in /opt/gopath/src/github.com/hyperledger/fabric , not ...READ MORE
Firstly, check your passwords, your API code and your wallet ...READ MORE
Try using $get = file_get_contents("php://input"); READ MORE
TypeError: Cannot read property 'curve' of undefined at ...READ MORE
There are three ordering services, as you ...READ MORE
Guessing that the JSON RPC stuff changed ...READ MORE
You are right, nbits is current network difficulty. Difficulty encoding ...READ MORE
Immutability: One of the main features of blockchain ...READ MORE
#!/bin/bash # # Copyright IBM Corp All Rights Reserved # # ...READ MORE
The returned bytestring is the deployedBytecode of the contract, ...READ MORE
You are getting the same network card in ...READ MORE
It's a known issue in go 1.9.4: https://github.com/golang/go/issues/23739 While ...READ MORE
Seems like its due to async behavior ...READ MORE
I had the same issue and got ...READ MORE
They said it takes about 10 minutes ...READ MORE
Your account is locked by default due ...READ MORE
The number of peers is of lesser ...READ MORE
This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE
You can change the configuration of the ...READ MORE
Before getting on with your question, let ...READ MORE
The error is caused because you're trying ...READ MORE
Seems like you are missing some modules ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.