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

ToDo List Ethereum Dapp (Step5) | Build a smart contract client with Truffle Contract

This tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 5. Tutorials already published: (more…)

Read Story

Inspect storage with calls & return statements

In Solidity, you can return some values from functions, like in other programming languages. Its also possible to use these…

Read Story

Contract Inheritance In Solidity | Episode 6

https://youtu.be/BIHNMvbqr0k In object-orientated programming languages, we have classes and inheritance. In Solidity, we don't have classes but we have contracts.…

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