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

https://github.com/codebender828/wba-prereqs


https://github.com/codebender828/wba-prereqs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Turbine Q3 Builder Pre-requisites

This repository includes the prerequisites for the builder program's acceptance.

All Typescript code is in the `ts` directory.
All rust code is in hte `rs` directory.

To install dependencies:

```bash
bun install
cargo install
```

To run:

```bash
bun run src/index.t
```

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

## TypeScript Code

The TypeScript code for this repository uses the Techinology Preview 3 of the Solana Web3 SDK.
r