Blockchain for transactions in the real world

Created a small block-chain related project - https://github.com/yuval-k/contracts-irl

The goal of the project is to allow 2 parties to provide a real life service, while receiving payment in the blockchain.

A smart contract is used to hold the funds. The funds are released once a trusted 3rd party approves the contract using Twitter. Chainlink is used as an oracle - a custom Chainlink adapter checks Twitter and approves the contract.

This is an attempt to bridge the gap between the block chain and real life transactions.