Skip to content

Building full stack apps with Solidity, Ethers.js, Hardhat, and The Graph

Notifications You must be signed in to change notification settings

nirajdewangan/full-stack-ethereum

 
 

Repository files navigation

The Complete Guide to Full Stack Ethereum Development

This codebase goes along with the tutorial The Complete Guide to Full Stack Ethereum Development

The video course for this codebase is located here

Getting started

Here's how to deploy this project

  1. Clone the repo
git clone https://github.com/dabit3/full-stack-ethereum.git
  1. Install the dependencies
npm install

# or

yarn
  1. Start the local test node
npx hardhat node
  1. Deploy the contract
npx hardhat run scripts/deploy.js --network localhost
  1. Update src/App.js with the values of your contract addresses (greeterAddress and tokenAddress)

  2. Run the app

npm start

About

Building full stack apps with Solidity, Ethers.js, Hardhat, and The Graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.9%
  • JavaScript 13.4%
  • HTML 2.4%
  • Solidity 2.0%
  • CSS 1.3%