aptos 0.1.3

Aptos tool for management of nodes and interacting with the blockchain
Documentation
1
2
3
4
5
6
// Copyright (c) Aptos
// SPDX-License-Identifier: Apache-2.0

fn main() -> shadow_rs::SdResult<()> {
    shadow_rs::new()
}