https://github.com/zediculz/block
Block is a data structure/collection that uses Blockchain principle in managing data.
https://github.com/zediculz/block
algorithm data structure
Last synced: 18 days ago
JSON representation
Block is a data structure/collection that uses Blockchain principle in managing data.
- Host: GitHub
- URL: https://github.com/zediculz/block
- Owner: zediculz
- Created: 2025-04-07T12:00:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T13:01:35.000Z (7 months ago)
- Last Synced: 2025-04-13T14:20:16.182Z (6 months ago)
- Topics: algorithm, data, structure
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jsr.io/@vanilladb/main)
# Block
Block is a data structure/collection that uses Blockchain principle in managing data.
- 🚀 Zero dependencies
- 🔌 Less API
- 🛠️ Full TypeScript type inference## Installation
```bash
npm i blocks
```## Usage
### Basic Class Example
```typescriptimport { Block, blockType } from "@block";
```
# License
MIT © Ademujimi Oluwaseyi