fbpx

DAO – Part III

Julien Klepatch

In this video, we are going to allow investors to cash out on their investment, in 2 ways:

  • By redeeming their shares against Ether from the smart contract
  • By selling their shares to other investors (outside the smart contract). In this case, the DAO smart contract will only be concerned about transferring the share from an investor to another, but the other leg of the transaction (Ether transfer) will be done outside the DAO smart contract.

0 Comments

Leave a Reply

More great articles

DAO – Part IV

In this video, we are going to allow investors of the DAO to: create investment proposals vote on each investment…

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

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

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