mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jrosendo
7a960f7d00
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago |
README.md
Artists Do Work
Artists deserve to be payed too! Along the way, we will learn payments and divisions in Solidity
Instructions
- Create a Smart Contract
ArtistsDoWork
with a functionbuyTicket()
that takes no parameters and allows a user to buy a ticket paying 0.1 ether or more. - Add the
addRemuneratedArtist()
function that takes as parameters anaddress
to register an artist in the festival. Only the organizer that deployed the Smart Contract can trigger that function - Add a function
getPayed()
that takes no parameters and that allows an artist, registered with the function above, to receive 1 Ether once, providing that there are enough funds in the Smart Contract!