DAO – Part V

Julien Klepatch

We will finally finish our DAO smart contract! So far we can vote for investment proposals, but after the voting time is over we need to actually execute the investment proposal, by sending some ether to the recipient address of the proposal. We will also use for the first time an internal function and see how it can be used for critical features. Finally, we will do a manual test of the smart contract in Remix. You will understand the whole workflow / process of the DAO smart contract with a live demo!

0 Comments

Leave a Reply

More great articles

Basic testing workflow with Truffle – Part 2

In this video, we will go through the whole process of test-driven-development (TDD) for Solidity smart contracts: writing the tests…

Read Story

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

Rock paper scissors Solidity tutorial

You know Rock paper scissors right? If you don't, that's a simple game where in each round 2 players make…

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