raven_electrum_client

Creator: coderz1093

Last updated:

0 purchases

raven_electrum_client Image
raven_electrum_client Images
Add to Cart

Description:

raven electrum client

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:raven_electrum_client/raven_electrum_client.dart';

void main() async {
var client =
await RavenElectrumClient.connect('testnet.rvn.rocks', port: 50002);
var features = await client.features();
print(features);
await client.close();
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator