A simple blockchain written in typescript
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-06 10:10:48 +00:00
.vscode Initial commit 2026-02-06 01:11:00 +00:00
src Initial commit 2026-02-06 01:11:00 +00:00
.gitignore Initial commit 2026-02-06 01:11:00 +00:00
package.json Initial commit 2026-02-06 01:11:00 +00:00
README.md Update GitHub link in README.md 2026-02-06 10:10:48 +00:00
tsconfig.json Initial commit 2026-02-06 01:11:00 +00:00

ts-blockchain

A minimal blockchain written in typescript.

Getting Started

# Git clone this repo
git clone https://git.jimster.dev/jim/ts-blockchain
# OR from GitHub
git clone https://github.com/Jimster4312/ts-blockchain

# Install requirements
npm i

# Start server (default port 1338)
npm run start