This codebase goes along with the tutorial The Complete Guide to Full Stack Ethereum Development
The video course for this codebase is located here
Here's how to deploy this project
- Clone the repo
git clone https://github.com/dabit3/full-stack-ethereum.git
- Install the dependencies
npm install
# or
yarn
- Start the local test node
npx hardhat node
- Deploy the contract
npx hardhat run scripts/deploy.js --network localhost
-
Update src/App.js with the values of your contract addresses (
greeterAddress
andtokenAddress
) -
Run the app
npm start