RATE Group | Launching the StoryDao — SitePoint
36608
wp-singular,post-template-default,single,single-post,postid-36608,single-format-standard,wp-theme-bridge,wp-child-theme-bridge-child,ajax_fade,page_not_loaded,,qode_grid_1300,side_area_uncovered_from_content,footer_responsive_adv,qode-content-sidebar-responsive,qode-child-theme-ver-1.0.0,qode-theme-ver-13.3,qode-theme-bridge,wpb-js-composer js-comp-ver-7.9,vc_responsive
 

Launching the StoryDao — SitePoint

Launching the StoryDao — SitePoint

[ad_1]

In part 7 of this tutorial series on building DApps with Ethereum, we showed how to build the app’s front end, setting up and deploying the UI for this story we’ve been working on.

It’s time to do some deploying and write a few final functions.


This is the eighth part of a series on building decentralized applications using the Ethereum blockchain. The project we’re building is called The Neverending Story. The full project can be found at storydao.bitfalls.com. Its full code is on GitHub.

Here is an outline of the whole series:

  • In part 1, we bootstrap two versions of a local blockchain for development: a Ganache version, and a full private PoA version.
  • In part 2, we build and deploy our TNS token.
  • In part 3, we look at how to compile, deploy, test and verify our custom TNS token, which is compatible with all exchanges and can be used as a regular ERC20 token.
  • In part 4, we take the first steps towards developing a Story DAO, covering whitelisting and testing.
  • In

[ad_2]

Source link