solify 0.1.1

A CLI tool to generate anchor program tests for Solana
Documentation
1
2
3
4
5
6
7
8
pub mod widgets;
pub mod app;
pub mod events;

pub use widgets::*;
pub use app::*;
pub use events::*;