Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.16 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.16 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

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 (Pokt) 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.