Have you always wanted to learn how to build a decentralized application (Dapp)? If so, this is the right session for you. Austin will walk you through the fundamentals, including the building blocks of Dapps, how to create a Dapp, how to deploy them, and the fascinating emergent properties of Dapps.
What will students learn?
You'll learn the meaning of terminology like smart contracts, ContractLoaders, Events, Gas, Web3 injections, and more. And you'll get a chance to apply what you've learned when we build a Dapp together.
This session is appropriate for all attendees with an interest in learning to code and interact with Dapps.
Prerequisite: Please pull down and init the clevis repo:
https://github.com/austintgriffith/clevisThen, install ganache:
npm install -g ganache-cliand clevis:
npx clevis init (you will need git and node v10
https://nodejs.org/en/download/installed already)