cruzawl 1.0.6+6 cruzawl: ^1.0.6+6 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.6+6
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/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';