Skip to content
/ dapp-scaffold Public template
forked from scaffold-eth/scaffold-eth

πŸ— forkable Ethereum dev stack focused on fast product iterations

Notifications You must be signed in to change notification settings

lowk3v/dapp-scaffold

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ— Scaffold-ETH For Auditing

πŸ„β€β™‚οΈ Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone/fork πŸ— dapp-scaffold:

git clone https://github.com/lowk3v/dapp-scaffold -b audit

install and start your πŸ‘·β€ Hardhat chain:

cd dapp-scaffold
yarn install
yarn chain

in a second terminal window, start your πŸ“± frontend:

cd dapp-scaffold
yarn start

in a third terminal window, πŸ›° deploy your contract:

cd dapp-scaffold
yarn deploy

πŸ” Edit your smart contract YourContract.sol in contracts

πŸ“š Documentation

πŸ’Œ P.S.

🌍 You need an RPC key for testnets and production deployments, create an Alchemy account and replace the value of ALCHEMY_KEY = xxx in packages/react-app/src/constants.js with your new key.

πŸ“£ Make sure you update the InfuraID before you go to production. Huge thanks to Infura for our special account that fields 7m req/day!

About

πŸ— forkable Ethereum dev stack focused on fast product iterations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 84.9%
  • JavaScript 13.7%
  • Shell 0.8%
  • Dockerfile 0.2%
  • HTML 0.1%
  • TypeScript 0.1%
  • Other 0.2%