https://github.com/codebender828/wba-prereqs
https://github.com/codebender828/wba-prereqs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebender828/wba-prereqs
- Owner: codebender828
- Created: 2024-07-26T12:57:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T13:34:26.000Z (almost 2 years ago)
- Last Synced: 2025-08-17T16:56:26.637Z (10 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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