Split payment – Part I

Julien Klepatch

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 🙂

0 Comments

Leave a Reply

More great articles

Ether wallet – Part II

In the previous episode we started an Ether wallet smart contract, and we can now send Ether to another address.…

Read Story

Testing integers in smart contract with Truffle and bn.js (Big Number)

In Solidity smart contract, you might have to deal with huge numbers, especially when doing financial transfers. Don't forget that…

Read Story

Install Truffle 5.0

Before we can continue in our course on Solidity smart contract testing, we need to install Truffle 5.0, so that…

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up