nomos_client 0.54.1
nomos_client: ^0.54.1 copied to clipboard
Nomos 2 Dart frontend types — the hand-written kernel wire types plus the code-generated per-domain aggregate + directive-payload types. (De)serializes the EXACT serde JSON the Rust kernel + projectio [...]
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.54.1Alternatively, 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';