cruzawl 1.0.0+0 copy "cruzawl: ^1.0.0+0" to clipboard
cruzawl: ^1.0.0+0 copied to clipboard

outdated

Library for CRUZ cryptocurrency

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.0+0

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/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';