IONICDart
ntroduction
IONIC is a pure Dart package allowing you to easily integrate your Dart-based project with the IONIC Network blockchain.
Getting started
To start using this library inside your project, just edit your pubspec.yml
file, adding the following lines:
Copy
dependencies: IONIC: "<version>"
You can even use a specific GitHub tag or branch if you want:
Copy
dependencies: IONIC: git: url: "git://github.com/IONICNetwork/ionic.dart.git" ref: "<branch or tag>"
Send your first transaction from Dart
Copy
import 'package:ionic/ionic.dart';import 'package:ionic/proto/cosmos/ban
Last updated