Chainstory.art - Experiment with Blockchain and IPFS

Chain Story is a web application which leverages IPFS and Lisk blockchain to permanently link a pixel art to an author's blockchain address. By using decentralized and distributed technology a permanent link is created ensuring the authenticity of the submitted work. Once submitted, a drawing is saved to IPFS, generating a unique content identifier the author can register (by sending transaction) on Lisk blockchain. Chain Story application continually reads blockchain and IPFS data displaying the original pixel art.

Chain Story's client is a React app. The backend interacting with IPFS and Lisk API is written in Golang.

screenshot

Both the client and server source code are available at:

https://github.com/sdrpa/chainstory-client
https://github.com/sdrpa/chainstory-server