I setup hyperledger fabric in amazon managed blockchain. I can get peer node logs, CA logs, chaincode logs. I do not know how to get orderer logs. That is requi
I am trying to setup hyperledger fabric blockchain network using amazon managed blockchain following this guide. In the step 6, to create the channel I have exe
I write the code below. It seems it has a problem with the "signed_txn = w3.eth.account.sign_transaction(transaction, private_key=private_key" part. I face to t
i couldnt find a way to get the history of transactions a certain Tron address is involved in i tried the tronweb API : https://api.trongrid.io/v1/accounts/TJmm
I am developing an application on Ethereum blockchain. I use Solidity for contract and Nethereum c# library to connect to the contract. I am somehow new in Ethe
I'm new in the blockchain community, and i have to realize a web 3.0 project. In this project, we have an ERC20, and for each user who sign up on our platform,
We are developing application on VS code with Ganache. So everything will be local as it is Ganache. As explained in following link, we cannot use etherScan fun
How do i Configure events on the amazon managed blockchain I have configured amazon managed blockchain setup with Hyperledger. The network is prepared with a s
What are the key differences between Amazon Managed Blockchain and Amazon QLDB ? Under which scenarios is it advisable to use which service for distributed led
I have setup Amazon Managed Blockchain using Hyperledger fabric. I am trying to send some transactions to the blockchain. How can I view performance for the b
I am getting invalid sender when trying to send a signed transaction. Here is the error: Uncaught (in promise) Error: Returned error: invalid sender and this i
I am developing NFT marketplace with terra and I use CW721. And I noticed on mint function if the sender and minter is not equal it returns "Unauthorized" error
How many requests can be accepted by Amazon Managed Blockchain service? Facing Too Many Requests error while creating channel. How can I fix it?
I am trying to connect Ganache local network to Metamask, using official documentation. However, it won't let connect without filling the currency symbol of the
QLDB seems to be this centralized extension built upon the Fabric orderer service that allows you to query a replication of the blockchain network in an SQL-lik
I am a beginner in Blockchain and cloud and trying to setup a a hyperledger fabric environment on cloud, because I was facing some issues installing it in my pc
I am exploring amazon managed blockchain. Network (Hyperledger Fabric 1.2) is created, first member is added, peer node is added and VPC Service endpoint is als
I have configured amazon managed blockchain setup with Hyperledger 1.2. The network is prepared with a single member and a single peer node. Hyperledger Fabric
I am exploring amazon managed blockchain. Network (Hyperledger Fabric 1.2) is created, first member is added, peer node is added and VPC Service endpoint is als
I write this chaincode and when I invoke it to read with GetOrgan the command is succeeded but when i want to add an organ with AddOrgan i have this error :