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
Implementing own sidechain using Lisk.
Software Development,Blockchain
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
10 reasons Quasar is great tool for Vue.js
2019-02-08
In one of my last projects first time I used Quasar and here I would like to share 10 reasons why I think it's good tool to be base of any Vue.js project.
0 Comments8 Minutes
Setup frontend application on Nginx in 5 minutes.
2019-02-07
Nginx is popular web server used to serve static resources of the web app (client sources). I will explain how to setup Nginx as the static content resources web server and how to configure it as the reverse proxy (connect client with backend) on…
0 Comments5 Minutes