miraplex-sugar-cli 2.1.1

Command line tool for creating and managing Miraplex Candy Machines. Derived/Forked from Metaplex.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod add;
pub mod remove;
pub mod show;
pub mod update;
pub mod withdraw;

pub use add::*;
pub use remove::*;
pub use show::*;
pub use update::*;
pub use withdraw::*;