oracles-v2

How to achieve decentralization using Oracles in blockchain?

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…

Read More


0 Comments3 Minutes

how-oracles-work

How to read non-blockchain data in smart contracts and how Oracle works?

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,…

Read More


0 Comments3 Minutes

1400-btc-loss

Lessons learned from 1400 Bitcoins loss

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…

Read More


0 Comments13 Minutes

How to deploy chaincode in Hyperledger Fabric 2.0?

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…

Read More


0 Comments10 Minutes

Truffle Suite – Ethereum developer toolbox: Truffle.

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…

Read More


0 Comments15 Minutes

Understanding zero knowledge proofs and zk-SNARK.

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…

Read More


0 Comments27 Minutes

lisk-development

Implementing own sidechain using Lisk.

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…

Read More


0 Comments27 Minutes

sharding-ethereum-eng

What is sharding in upcoming Ethereum 2.0?

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…

Read More


0 Comments11 Minutes

ethereum-studio-ide

Ethereum Studio – new web dapps IDE

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.

Read More


0 Comments4 Minutes

lisk

Lisk – short genesis and current ecosystem

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…

Read More


0 Comments9 Minutes