ipfs_rpc 0.0.1 copy "ipfs_rpc: ^0.0.1" to clipboard
ipfs_rpc: ^0.0.1 copied to clipboard

An IPFS HTTP RPC Client for Dart & Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ipfs_rpc

With Flutter:

 $ flutter pub add ipfs_rpc

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

dependencies:
  ipfs_rpc: ^0.0.1

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:ipfs_rpc/ipfs_rpc.dart';
2
likes
100
pub points
20%
popularity

Publisher

verified publisherstackwares.com

An IPFS HTTP RPC Client for Dart & Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, either_option, logger

More

Packages that depend on ipfs_rpc