In this video, we will start a smart contract to do split payments. Split payments allow to split an Ether payment into several addresses, with different amounts (i.e recipient addresses can receive different amounts). It can be especially useful for companies who want to pay employees or freelancers in Ether. Everything happen in a single Ethereum transaction, which allows to save gas. Technically, one tricky part is how to specify the type of an array of payable addresses. I will show you this in the video 🙂
SolidityJanuary 1, 2019
Leave a Reply