Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexgalhardo/blockchain-example-with-typescript
A very simple blockchain example using in TypeScript and Bun
https://github.com/alexgalhardo/blockchain-example-with-typescript
bitcoin blockchain bun script typescript
Last synced: 8 days ago
JSON representation
A very simple blockchain example using in TypeScript and Bun
- Host: GitHub
- URL: https://github.com/alexgalhardo/blockchain-example-with-typescript
- Owner: AlexGalhardo
- Created: 2024-06-12T15:38:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:44:26.000Z (5 months ago)
- Last Synced: 2024-06-12T21:41:51.074Z (5 months ago)
- Topics: bitcoin, blockchain, bun, script, typescript
- Language: TypeScript
- Homepage:
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blockchain Example with TypeScript
![blockchain](https://github.com/AlexGalhardo/blockchain-example-with-typescript/assets/19540357/c54947c0-55ef-4e3e-b61c-8e81c8381c21)
## Introduction
- A very simple blockchain example using in [TypeScript](https://www.typescriptlang.org) and [Bun](https://bun.sh)
- Original Source Code:
- Author:
- This is a fork of the original source code, for me learn more about blockchain technology.## Development Setup Local
- Install Bun:
1. Clone repository
```bash
git clone [email protected]:alexgalhardo/blockchain-example-with-typescript.git
```2. Enter repository
```bash
cd blockchain-example-with-typescript/
```3. Install dependencies
```bash
bun install
```4. Run script
```bash
bun run start
```