electrum_adapter 2.0.4 copy "electrum_adapter: ^2.0.4" to clipboard
electrum_adapter: ^2.0.4 copied to clipboard

A client for Ravencoin ElectrumX servers

A Dart-based client for Ravencoin ElectrumX servers

Notes #

The Ravencoin ElectrumX server is quite similar to the Bitcion Electrum server, but has additional methods that allow clients to handle asset issuance and transferral.

Usage #

import 'package:electrum_adapter/electrum_adapter.dart';

void main() async {
  var client =
      await RavenElectrumClient.connect('testnet.rvn.rocks', port: 50002);
  var features = await client.features();
  print(features);
  await client.close();
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
130
pub points
42%
popularity

Publisher

unverified uploader

A client for Ravencoin ElectrumX servers

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, equatable, json_rpc_2, pedantic, stack_trace, stream_channel

More

Packages that depend on electrum_adapter