codama-idl / codama

Generate clients, CLIs, documentation and more from your Solana programs
MIT License
73 stars 16 forks source link

Write a CLI renderer #65

Open lorisleiva opened 3 months ago

lorisleiva commented 3 months ago

Write a renderer that produces a CLI that enables devs to send instructions, deserialise types and fetch deserialised accounts.

This can be achieve in many different ways such as rendering the whole code in JS or Rust or simply by relying on a generated JS package or Rust crate to provide the main code and simply provide a CLI wrapper around it.