inkpad-cli 0.1.0

Run ink! contract in command line!
Documentation
1
2
3
4
fn main() {
    env_logger::init();
    inkpad_cli::run().unwrap();
}