Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.25 KB

File metadata and controls

17 lines (9 loc) · 1.25 KB

Web3 Workshop: Crafting Cutting-Edge Applications for a Decentralized Web

Part 1: Intro to web3 and Blockchain

The slides from the workshop are hosted on the decentralized storage provider Storj (that we use in the demo app) below.

Download Slides '23

Download Slides '25

Part 2: Hands-On Demos

Building an unstoppable, simple web dApp using popular web2 technologies. If you want to run the dApp locally, simply run python app.py in your terminal. You may need a couple dependencies that you can install with pip install -r requirements.txt.

The walkthrough that we went over in the workshop is in the demos.ipynb, with the step-by-step in markdown.

This web dApp pulls the latest Ethereum price using a decentralized RPC call (dRPC) to a decentralized price feed (Chainlink). It also allows the user to download and render an image of an NFT (that was used as a POAP for this workshop) from the decentralized stoarge provider Storj.