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
- Host: GitHub
- URL: https://github.com/namecoder1/blockchain
- Owner: namecoder1
- Created: 2025-04-12T17:58:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T20:12:01.000Z (about 1 year ago)
- Last Synced: 2025-04-13T21:19:00.996Z (about 1 year ago)
- Topics: blockchain, typescript
- Language: TypeScript
- Homepage: https://ts-chain.vercel.app
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```