Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmj-007/alpha_protocol_example
https://github.com/kmj-007/alpha_protocol_example
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmj-007/alpha_protocol_example
- Owner: KMJ-007
- Created: 2024-09-12T06:18:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T07:40:18.000Z (4 months ago)
- Last Synced: 2024-12-22T04:25:14.884Z (21 days ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.