cruzawl 1.0.9+9 copy "cruzawl: ^1.0.9+9" to clipboard
cruzawl: ^1.0.9+9 copied to clipboard

Library for the CRUZ cryptocurrency and the cruzbit.1 network.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cruzawl

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cruzawl: ^1.0.9+9

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cruzawl/cruz.dart';
import 'package:cruzawl/cruz.g.dart';
import 'package:cruzawl/currency.dart';
import 'package:cruzawl/exchange.dart';
import 'package:cruzawl/http.dart';
import 'package:cruzawl/http_html.dart';
import 'package:cruzawl/http_io.dart';
import 'package:cruzawl/network.dart';
import 'package:cruzawl/preferences.dart';
import 'package:cruzawl/preferences.g.dart';
import 'package:cruzawl/sembast.dart';
import 'package:cruzawl/sha3.dart';
import 'package:cruzawl/storage_html.dart';
import 'package:cruzawl/test.dart';
import 'package:cruzawl/util.dart';
import 'package:cruzawl/wallet.dart';
import 'package:cruzawl/wallet.g.dart';
import 'package:cruzawl/websocket.dart';
import 'package:cruzawl/websocket_html.dart';
import 'package:cruzawl/websocket_io.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Library for the CRUZ cryptocurrency and the cruzbit.1 network.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

bip39, collection, convert, ed25519_hd_key, fixnum, json_annotation, meta, pedantic, pointycastle, sembast, tweetnacl

More

Packages that depend on cruzawl