Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kmj-007/alpha_protocol_example


https://github.com/kmj-007/alpha_protocol_example

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# alpha_protocol_example

clone and init submodules

```bash
git clone https://github.com/KMJ-007/alpha_protocol_example
cd alpha_protocol_example
git submodule update --init --recursive
```

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.