Create-Web3A boilerplate for web3 projects
/
GitHub
/
  • Introduction
  • Get Started
    • Quick Start
    • Environment Variables
    • Installing Packages
    • Deploying Contracts
  • Hardhat
    • File Structure
    • Local Network
    • hardhat-config file
    • Greeter Contract
    • Deploy Scripts
    • Common Errors
  • Foundry
    • File Structure
    • Resources
  • Next.js
    • File Structure
  • Vite
    • File Structure
  • Thank You
  • Introduction
  • Get Started
    • Quick Start
    • Environment Variables
    • Installing Packages
    • Deploying Contracts
  • Hardhat
    • File Structure
    • Local Network
    • hardhat-config file
    • Greeter Contract
    • Deploy Scripts
    • Common Errors
  • Foundry
    • File Structure
    • Resources
  • Next.js
    • File Structure
  • Vite
    • File Structure
  • Thank You
Get Started
/
Installing Packages

Installing Packages

When adding packages, you will need to point to the correct workspace

YARN#

to add packages to the Frontend Environment dependencies

yarn workspace @create-web3/frontend add (package-name)

to add packages to the hardhat Environment dependencies

yarn workspace @create-web3/backend add (package-name)
Environment Variables
Deploying Contracts
MIT 2023 © Eric Roupe