ic_tools 1.1.5 copy "ic_tools: ^1.1.5" to clipboard
ic_tools: ^1.1.5 copied to clipboard

retracted

ic_tools in the dart-language.

ic_tools #

Pub Version #

This is a package that connects dart-code with the world-computer.

This package is for the Dart & Flutter, on the Web & Linux.

import 'package:ic_tools/ic_tools.dart';
import 'package:ic_tools/candid.dart';
import 'package:ic_tools/common.dart';

main() async {
    Caller caller = CallerEd25519.new_keys();
    String caller_icp_id = icp_id(caller.principal);
    IcpTokens icp_balance = await check_icp_balance(caller_icp_id);

    print(caller);
    print(caller_icp_id);
    print(icp_balance);
}

On A Linux:

On the Web:

<script src="ic_tools_webfiles/rust_wasm_bls12381/rust_wasm_bls12381.js"></script>