w3b3d3v / kyodo-protocol

https://kyodo-protocol-mvp.vercel.app
MIT License
12 stars 5 forks source link

Refactor Solana Program and Tests for Size Optimization #108

Open nomadbitcoin opened 11 months ago

nomadbitcoin commented 11 months ago

The current Solana program and its tests are extensive. Refactor both by segmenting logic into separate modules and importing them, aiming to reduce size and improve maintainability.