How DAPPs read data from blockchain? Providers explained
Ethereum,Blockchain architecture,Blockchain
2023-10-14
Blockchain "engineering" has a lot illusions. Whenever you enter the DAPP (web page) which reads data from the blockchain - it reads it from a blockchain node, through a provider. Does it mean that DAPP creators operate a node and integrated a…
0 Comments4 Minutes
Arbitrium token distribution overview. Is centralized DAO still a DAO?
Ethereum,Blockchain architecture,Blockchain
2023-03-27
The distribution of the ARB token implies a 27% allocation of the ARB token to the Arbitrum project team, and 17.53% to investors. Individual portfolios is only 11.62% of the allocation.
0 Comments3 Minutes
How to achieve decentralization using Oracles in blockchain?
Ethereum,Blockchain architecture,Software Development,Blockchain
2023-01-10
So how do we create a decentralized oracle? The model is as follows: a contract should ask several oracles to execute the same query, get results from each oracle, and then determine the correct answer on its own based on multiple results (answers…
0 Comments3 Minutes
How to read non-blockchain data in smart contracts and how Oracle works?
Ethereum,Smart contracts,Blockchain
2023-01-09
External data to the smart contract (from outside the blockchain) can be provided only, as parameters (arguments) of its call. Oracles are software running outside the blockchain, which listens for "requests" by smart contracts for external data,…
0 Comments3 Minutes
Truffle Suite – Ethereum developer toolbox: Truffle.
2020-02-06
Truffle Suite is the tool pack dedicated to Ethereum developers (focusing on smart contracts). That very actively developed project is currently one of the most popular frameworks for implementing, testing and running Ethereum based decentralized…
0 Comments15 Minutes
What is sharding in upcoming Ethereum 2.0?
2019-11-21
Sharding is going to be scalability solution in upcoming Ethereum 2.0 and the enhancement hope for many other blockchains. Scalability is the speed key factor of the blockchain. This word is used to describe all the technology solutions which have…
0 Comments11 Minutes
Ethereum Studio – new web dapps IDE
2019-11-14
The news about releasing the Ethereum Studio developer environment was today published on the Ethereum blog. How does look like the new IDE and can it compete with popular RemixIDE? Let's take a look on the new tool and check what it offers.
0 Comments4 Minutes