ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
313 stars 43 forks source link

Support Anchor's --template=multiple #106

Open mikemaccana opened 5 months ago

mikemaccana commented 5 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: