Category "blockchain"

How to access the data from the previous block of Ethereum block chain through the block number?

I am new to block chain. Suddenly I got a question did we can able to access the previous block data from the Ethereum block chain by block number. For example

How to setup hyperledger fabric explorer | amazon managed blockchain

I setup hyperledger fabric network using amazon managed blockchain by following this guide. Everything works properly in the hyperledger network. Now I want to

use case for bigchaindb - How is bigchaindb decentralized?

I am new to bigchaindb and i have a question. In case a single company wants to store data as asset on bigchaindb and share it with other companies, what advant

is two different ERC721 contract can mint same NFT

I'm learning blockchain development recently and I'm implementing ERC721 contract to mint NFT and store the mapping of ownership. What if I deploy a second cont

difference between interface and abstract contract in solidity

I am learning solidity and got to know that interface and abstract are both classes that may contain unused functions. My doubt is: What is the difference betwe

How to get orderer logs | amazon managed blockchain

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

docker exec cli peer channel create | failed to create new connection: context deadline exceeded | amazon managed blockchain

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

from field must match key's x, but it was y

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

Im trying to fetch all transactions of a certain tron address

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

deploy solidity contract with c#

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

How to create a custodial wallet per user on a plateform with Solidity?

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,

EtherScan access needed on Test net

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

Configuring events on the amazon managed blockchain

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

Key differences between Amazon Managed Blockchain and Quantum Ledger Database (QLDB)?

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

Performance metrics on Amazon Managed Blockchain

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

How to fix Invalid sender error when sending a signed transaction with ethereumjs-tx?

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

Why do sender and minter should be same on minting NFT?

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

Too Many Requests for Amazon Managed Blockchain service

How many requests can be accepted by Amazon Managed Blockchain service? Facing Too Many Requests error while creating channel. How can I fix it?

What is Ganache currency symbol

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

How does Amazon Managed Blockchain's QLDB handle permissions for the different orgs?

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