haveno 3.0.1 copy "haveno: ^3.0.1" to clipboard
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';
2
likes
140
pub points
44%
popularity

Publisher

verified publisherkewbit.org

A client interface for the P2P decentralised Haveno exchange for Monero

Homepage

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

fixnum, flutter, grpc, protobuf

More

Packages that depend on haveno