fbpx

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

DAO – Part I

In this new series of videos, we are going to build a DAO (Decentralized Autonomous Organization) smart contract. The DAO…

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

DAO – Part V

We will finally finish our DAO smart contract! So far we can vote for investment proposals, but after the voting…

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