Status 200

Web3 Auth Network System

cd client
npm install
cd smart_contracts
npm install
cd studio
npm install
npx install @sanity/client
npx install @sanity/cli
  • add .env file
  • change the name and project id in sanity.json
  • install metamask extension
  • create an alchemy project
  • update hardhat.config,js accordingly
  • create a pinata account
  • update env variables
cd client
npm run dev
cd studio
sanity start