kujira_pilot/
lib.rs

1//! Interfaces for [Kujira's](https://pilot.kujira.app/) premier launch mechanism that empowers teams with control of the quantity of tokens and the price range they are sold for.
2
3pub mod execute;
4pub mod instantiate;
5pub mod query;
6
7pub use {execute::*, instantiate::*, query::*};