Navegue entre páginas

Ethereum Development 101

Ethereum Development 101

This Learning Community will be your starting point for ethereum development. Within it you will build your first decentralized application, reading and writing data to the Ethereum Blockchain.

Objetivos de Aprendizaje

Después de finalizar los materiales de aprendizaje usted:

A basic theoretical understanding of dApps.
Be able to use the ethereum IDE remix, write smart contracts in it and deploy them to the blockchain.
Have the knowledge to build an html/javascript web app which can communicate with your smart contract and read and write to an ethereum blockchain.

Trailer

1 minute Video
In this community we will build together a dApp, a decentralized meme registry and deploy it to the ethereum blockchain.

Módulos de Aprendizaje

Estos son los módulos de aprendizaje incluidos en este curso.

What are dApps?

4 minutos

In this chapter you will get a very short theoretical intro to dApps. Learn more about smart contracts and blockchains in our Introduction to Blockchain community.

Programming smart contracts

40 minutos

In this chapter, you will learn the basics of smart contracts and build the foundation for our dApp.

Frontend development of the dapp

35 minutos

In this chapter we will build the frontend for our dApp.