nomos_client 0.64.46
nomos_client: ^0.64.46 copied to clipboard
Nomos 2 Dart client — generated domain values, intent payloads and application lifecycle types over the typed Nomos kernel protocol and USDA custody model.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nomos_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nomos_client: ^0.64.46Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nomos_client/nomos_client.dart';