ic-repl icon indicating copy to clipboard operation
ic-repl copied to clipboard

Results 4 ic-repl issues
Sort by recently updated
recently updated
newest added

I'd like the ability to try-catch-finally over my asserts so that at the very end I can stop and delete my test canister, regardless of whether all of the asserts...

I need to use ic-repl with my staging environment i thought the command would look something like this: #!/usr/bin/ic-repl -r staging identity staging "./staging.pem"; import blah = "zzzzz-oqaaa-aaaan-ql32q-cai"; call poop.setPooWasm(file("./poo.wasm"));...

* Change `export` command to `export` function * `load 'a.sh?'` silence the error if `a.sh` doesn't exist. `load` can take an expression instead of fixed text. * add `__main` function...