-
Clone the repo
-
Install the dependencies
npm install- Start the local test node
npx hardhat node- Deploy the contracts
npx hardhat run scripts/deploy.js --network localhost- Run the app
npm start- Execute command line app
npx ts-node bankCommandLineApp/{fileName}.ts- Compile circuit
cd withdrawProofGenerator/circuits
nargo compile p- Generate verifier smart contract
npx ts-node generate_sol_verifier.ts