web3mq_http 0.1.0-dev.2 copy "web3mq_http: ^0.1.0-dev.2" to clipboard
web3mq_http: ^0.1.0-dev.2 copied to clipboard

A Web3MQ JSON-RPC client based on the HTTP protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web3mq_http

With Flutter:

 $ flutter pub add web3mq_http

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  web3mq_http: ^0.1.0-dev.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web3mq_http/web3mq_http.dart';
0
likes
120
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Web3MQ JSON-RPC client based on the HTTP protocol.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, convert, cryptography, dio, equatable, json_annotation, logging, path

More

Packages that depend on web3mq_http