workspaces 0.1.1

Library for automating workflows and testing NEAR smart contracts.
1
2
3
fn main() {
    near_sandbox_utils::install().expect("Could not install sandbox");
}