It seems to be an app that initializes web3 and saves a contract... a contract to do what?
We also have a decentralized tool, and people are building stuff like:
- Testing character-by-character realtime updates on a social networking dApp in a P2P mesh-network of devices: https://www.youtube.com/watch?v=C3akdQJs55E
- A 3D multiplayer VR game in the browser: https://www.youtube.com/watch?v=s_m16-w6bBI
And more! Note, this is not using Ethereum, but our decentralized tool: https://github.com/amark/gun , and here is a 4 minute and 40 LOC interactive coding tutorial that shows you how to get started: https://scrimba.com/c/c2gBgt4
So far CryptoKitties is the most interesting actual dApp I've seen with Ethereum. Does the op/parent github repo help enable building real dApps like above? I hope so.