The achievement blockchain
A few weeks ago I submitted my idea to the Lisk Builder Program for a Proof of Concept on the theme of identity. In this post I will present you the project. FeatChain Introduction This era of our civilization has seen many sources of information popping out, some of them are trustworthy, others are not.
Lisk network and DPOS law enforcement
We recently learned that the Steemit blockchain has been taken over by some exchanges. This kind of manoeuvrer is unacceptable. It's against everything blockchain is about.Stake power is given to exchanges by users who let their fund on the exchange's wallet. It's very likely that some malicious exchanges will try to withhold user's
Patch Lisk MAKEFILE for Ubuntu 18.04 LTS
A tiny contribution has been made to the Lisk docker MAKEFILE that allow you to execute some of the base commands around a Lisk node. Unfortunately that MAKEFILE included a command that was not compatible with docker-compose 1.17.0 which is the version available on the repo of Ubuntu 18.04 LTS. So I
Lisk Desktop French translation
After seen some community member translation Lisk Desktop to their native language I decided to follow the movement and translation Lisk Desktop for French users.French language has its own slang when it comes to technological language, this is already fun !You can see the progress here : https://github.com/JesusTheHun/lisk-desktop/commits/development UPDATE LiskHQ decide to not accept community
Lisk SDK – Chain Module events
I was exploring the SDK to see how to implement my current idea (a Transaction Scheduler for Lisk), and I stumble upon the fact the events are not really verbose on their own nature. So I opened an issue : When I subscribe to the chain module for an event such as chain:transactions:confirmed:change, I