Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```