haveno 3.0.1 haveno: ^3.0.1 copied to clipboard
A client interface for the P2P decentralised Haveno exchange for Monero
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add haveno
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
haveno: ^3.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:haveno/enums.dart';
import 'package:haveno/grpc_models.dart';
import 'package:haveno/haveno_client.dart';
import 'package:haveno/haveno_exceptions.dart';
import 'package:haveno/haveno_service.dart';
import 'package:haveno/profobuf_models.dart';