How to read non-blockchain data in smart contracts and how Oracle works?
Blockchain,Ethereum,Smart contracts
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
Lessons learned from 1400 Bitcoins loss
2020-09-09
The recent news about 1400 bitcoins loss caused a lot of buzz: the amount of Bitcoins worth about 16.3 million $, not any kind of exchange hack, all happened using Electrum wallet - one of the oldest and still very popular Bitcoin wallet. I share…
0 Comments13 Minutes
How to deploy chaincode in Hyperledger Fabric 2.0?
2020-02-06
With the new release of Hyperledger Fabric 2.0 the lifecycle of chaincode has been changed. It implies also the changes in the chaincode deployment process - what basically means that commands used to deploy chaincode in < 2.0 release (no matter if…
0 Comments10 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
Understanding zero knowledge proofs and zk-SNARK.
2020-01-26
zk-SNARK (Zero-Knowledge Succinct Non-Interactive Argument of Knowledge) is the protocol of zero knowledge proof. ZCash cryptocurrency will be the one of first opened blockchain projects, which will utilize the implementation of this fascinating…
0 Comments27 Minutes
Implementing own sidechain using Lisk.
Blockchain,Software Development
2019-11-27
Lisk is dedicated to develop custom blockchain based applications using Javascript. After Alpha SDK release it's possible for developers to prototype first custom applications. Technology is awaited by project investors since some time already. In…
0 Comments27 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
Lisk – short genesis and current ecosystem
2019-11-13
Lisk is one of the blockchain projects, whose primary focus is to enable building highly efficient blockchain based applications (dapps). The term "Lisk" at the moment can be called to describe the Lisk Core blockchain (with the native LSK…
0 Comments9 Minutes
Do we need “closed” blockchains?
Business,Blockchain,Hyperledger
2019-08-14
The blockchain technology spreads. Mainly this can be visible in the context of cryptocurrencies popularity gain (which can be noticed by rising Bitcoin price). Blockchain became useful or even created plenty of new branches like tokenization which…
0 Comments8 Minutes