questions/blockchain
I think you have found a partial ...READ MORE
Hi, @Jas, In Solidity, you don't directly set ...READ MORE
If() and require() have separate functions and ...READ MORE
You don't need to call .at() if you're using .new(). ...READ MORE
Your params field is missing a wrapping array. Try ...READ MORE
On the line where it shows error, ...READ MORE
To deploy any project/ smart contract, you ...READ MORE
To get started developing Java chaincode Ensure you ...READ MORE
Could be a version problem. This worked ...READ MORE
You can install Truffle using npm(node package manager). ...READ MORE
Hi, the command you are using to ...READ MORE
Try to install chaincode with a name ...READ MORE
Not sure if this is still relevant ...READ MORE
I guess you have ganache running already ...READ MORE
This error occured only because I had ...READ MORE
The difference is indeed subtle. I understood ...READ MORE
Open the hosts file: $ gedit /etc/hosts And add the IP ...READ MORE
This is how you can do it let ...READ MORE
You'd need root access to install truffle ...READ MORE
I am facing the some problem in ...READ MORE
By default, the accounts are locked and ...READ MORE
Looks like the account you are trying ...READ MORE
No, you can't directly edit a variable ...READ MORE
require(token.transfer(beneficiary, token.balanceOf(this))); where token is the ERC20 token you're transferring. ...READ MORE
To answer your first query.. Blockchain is ...READ MORE
First, you will have to make changes ...READ MORE
This is what I used: package main import ( ...READ MORE
It is caused because of firewall restriction, ...READ MORE
The most obvious use case would be ...READ MORE
Hey, @Sudip, Please check if the peer container ...READ MORE
You can install various golang projects with ...READ MORE
It was already decided that installing chaincode ...READ MORE
I know this is very frustrating, I ...READ MORE
TPS means transactions processing at any given ...READ MORE
1=grpc@1.24.2 2= i have ...READ MORE
Hey, @Nithin, Can you please post your peer ...READ MORE
Your install is failing at node-gyp rebuild. Solutions ...READ MORE
contractInstance.wakeUp.call is calling the function as constant, but ...READ MORE
You can extend your /etc/hosts file and make orderer.example.com domain name ...READ MORE
The first thing worth noting is that ...READ MORE
While hyperledger composer is a set of ...READ MORE
This error is caused because the amount ...READ MORE
You can follow these steps : In your ...READ MORE
web3.eth.getTransaction(txHash) will returns transaction details like blockHash, transactionIndex, ...READ MORE
You are getting this error probably because ...READ MORE
This error occurs when the system can ...READ MORE
The chain ID for ropsten is 3. ...READ MORE
You can try another method : contract HelloWorld{ function ...READ MORE
personal.newAccount() is not a default geth method. This ...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.