ontology_dart_sdk 1.0.2 copy "ontology_dart_sdk: ^1.0.2" to clipboard
ontology_dart_sdk: ^1.0.2 copied to clipboard

outdated

The Dart SDK For Ontology blockchain. It supports local wallet mangement, smart contract and interaction with blockchain

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ontology_dart_sdk

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

dependencies:
  ontology_dart_sdk: ^1.0.2

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:ontology_dart_sdk/common.dart';
import 'package:ontology_dart_sdk/crypto.dart';
import 'package:ontology_dart_sdk/neocore.dart';
import 'package:ontology_dart_sdk/network.dart';
import 'package:ontology_dart_sdk/settings.dart';
import 'package:ontology_dart_sdk/wallet.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

The Dart SDK For Ontology blockchain. It supports local wallet mangement, smart contract and interaction with blockchain

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

collection, convert, flutter, meta, uuid, web_socket_channel

More

Packages that depend on ontology_dart_sdk