Clone the repository: git clone https://github.com/ColuLocalNetwork/identity-demo.git
Install dependencies: npm install
Create environment file: cp .env.example .env
Start ganache: npm run ganache
Compile contracts: npm run compile
Flatten contracts: npm run flatten
Run demo: npm start