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
- Host: GitHub
- URL: https://github.com/alchemyplatform/hello-world-part-four-tutorial
- Owner: alchemyplatform
- Created: 2021-05-14T01:56:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:48:42.000Z (over 3 years ago)
- Last Synced: 2024-05-21T04:11:07.844Z (about 2 years ago)
- Language: JavaScript
- Size: 235 KB
- Stars: 36
- Watchers: 4
- Forks: 65
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.