Dev Tools
Poseidon (TypeScript-to-Anchor Transpiler)
📖O que é
A transpiler that allows developers to write Solana programs in TypeScript and compiles them to Rust/Anchor code. Poseidon maps TypeScript classes and decorators to Anchor's program structure, account definitions, and constraints, lowering the barrier to entry for TypeScript developers. The generated Rust code can be further customized before compilation to SBF. Suitable for prototyping and learning Solana program development.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Framework AnchorDev Tools
The most popular framework for building Solana programs in Rust. Anchor provides macros (#…
Ver termo →Seahorse (Python → Anchor)Dev Tools
A Python-to-Anchor transpiler that lets developers write Solana programs in Python syntax …
Ver termo →TypeScriptProgramação
A statically typed superset of JavaScript that compiles to plain JavaScript. TypeScript ad…
Ver termo →