Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 293 Bytes

File metadata and controls

19 lines (15 loc) · 293 Bytes

Blockchain Visualizer

in ./lib/blockchain/main.ts lives the core in ./app/page.tsx you can find a visual representation

Tech stack

  • Next.js 14
  • shadcn/ui
  • crypto-js
  • typescript
  • react-copy-to-clipboard
  • hamburger-react

To start the project

npm i
npm run dev