Web3 subscription APIs and watching birth of CryptoKitty
Web3 [https://web3js.readthedocs.io/en/1.0/web3-eth-subscribe.html] provides
some very useful APIs [https://github.com/ethereum/wiki/wiki/JavaScript-API] by
which you can subscribe to the events on Ethereum blockchain. Web3 is a
JavaScript library which interact with Ethereum node over RPC. Let's walk
through