An open API service indexing awesome lists of open source software.

https://github.com/namecoder1/blockchain

Simple blockchain builded in TypeScript
https://github.com/namecoder1/blockchain

blockchain typescript

Last synced: about 1 year ago
JSON representation

Simple blockchain builded in TypeScript

Awesome Lists containing this project

README

          

# 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
```shell
npm i
npm run dev
```