zeke-02 / final-project-zku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple ZK Message Board

This project is a message board using zksnarks.

npm install
cd /src/file-server
node index.js

cd ../../
npx hardhat node
npx hardhat run deploy ./scripts/deploy.ts
npm run start

install metamask and import any of the hardhat accounts to metamask. Reset the hardhat account if you restart the hardhat node.

Next steps... deploy on testnet + basic error handling.

About


Languages

Language:TypeScript 55.5%Language:JavaScript 21.2%Language:Solidity 20.8%Language:Shell 1.0%Language:HTML 1.0%Language:CSS 0.5%