Chapter 12. Putting it all together: Building a complete voting Dapp
- Designing and implementing a voting contract showcasing most Solidity features, such as modifiers and events
- Integrating the voting contract in Truffle, for integrated compilation, testing, and deployment
- Implementing an asynchronous web UI seamlessly connected to the contract through the truffle-contract JavaScript library
- Deploying onto the public test network from Truffle
In the previous chapter, you started to enjoy the benefits of using Truffle to improve the development lifecycle:
- Contract compilation became as easy as executing a simple truffle compile command. You didn’t have to instruct the solc compiler explicitly to ...
Get Building Ethereum Dapps now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.