axolotl
axolotl copied to clipboard
Write Anchor-compatible Solana programs in TypeScript
The Axolotl TypeScript library will be used to: - Provide Solana/Rust types to the user's TypeScript code - Provide helper functions that are useful for developing Solana programs # Types...
Sometime before the beta we should handle the usage of TypeScript/JavaScript libraries within Axolotl TypeScript code. This will be challenging because the libraries may or may not be typed so...
We currently have the [scaffolding](https://github.com/amorriscode/axolotl/tree/main/src/compiler) for the compiler. It uses [`swc_ecma_parser`](https://rustdoc.swc.rs/swc_ecma_parser) to turn TypeScript into an AST in Rust. We need to take that AST and transform it into Anchor-compatible...