nomos_client 0.64.3 copy "nomos_client: ^0.64.3" to clipboard
nomos_client: ^0.64.3 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_client

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

dependencies:
  nomos_client: ^0.64.3

Alternatively, 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';
0
likes
0
points
3.07k
downloads

Publisher

unverified uploader

Weekly Downloads

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 + projection produce/consume.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, json_schema, meta, nomos_types, package_config

More

Packages that depend on nomos_client