An open API service indexing awesome lists of open source software.

https://github.com/alchemyplatform/hello-world-part-four-tutorial


https://github.com/alchemyplatform/hello-world-part-four-tutorial

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📝 Hello World Part Four Tutorial

This repository contains the starter files (`starter-files`) and completed version (`completed`) of Alchemy's [Hello World Part 4 Tutorial](https://app.gitbook.com/@alchemyapi/s/alchemy/tutorials/hello-world-smart-contract/creating-a-full-stack-dapp).

## â„šī¸ About the tutorial

In this tutorial, we'll teach you how to create a full stack dApp by connecting your Hello World smart contract to a React frontend using Metamask and Web3 tools.

## 🤔 Note

Niether the `starter-files` nor `completed` have their `node_modules` folder. Before running `npm start` in your terminal to start the React project, run `npm install` to download all the package dependencies.