Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 423 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 423 Bytes

decentralised-auth

Repo for Workshop on Privacy-Focused User Access for Consumer dApps

Steps to replicate:

  1. Clone the Repo

  2. Change directory to sc/ by doing

cd sc/
  1. Install the deps:
npm install 
  1. Run the hardhat node in the same directory:
npx hardhat node
  1. Run the workshop script:
npx hardhat run scripts/workshop.js --network localhost