ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
327 stars 48 forks source link

Support Anchor's --template=multiple #106

Open mikemaccana opened 9 months ago

mikemaccana commented 9 months ago

Anchor's multiple template organises things a little better for any program with more than one instruction handler, making an instructions dir with each instruction hander in a separate file.

This would: