October 2018
Intermediate to advanced
530 pages
14h 25m
English
Developing smart contracts works very differently on each of the two platforms discussed in this chapter, both in terms of the programming language used and in its development. In this and the following sections, we will explore how to develop and run smart contracts on these platforms.
The example I'm going to use for both platforms represents a contract that can create a voting ballot to decide the name of an upcoming conference. To form a ballot, the creator provides a list of proposed items. Then the creator of the contract instance, acting in a role similar to a chairman, gives others the right to vote. Everybody with rights can vote for one of the proposals.
Read now
Unlock full access