axolotl icon indicating copy to clipboard operation
axolotl copied to clipboard

Write Anchor-compatible Solana programs in TypeScript

Results 3 axolotl issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement