warden_ffi 0.1.0-dev.1 copy "warden_ffi: ^0.1.0-dev.1" to clipboard
warden_ffi: ^0.1.0-dev.1 copied to clipboard

Dart FFI bindings for Warden — a threshold conditional-decryption gate. Seal a blob behind an on-chain condition, then open it once the federation releases the key. Bring your own native library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add warden_ffi

With Flutter:

 $ flutter pub add warden_ffi

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

dependencies:
  warden_ffi: ^0.1.0-dev.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:warden_ffi/warden_ffi.dart';
1
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publisherbytesbrains.com

Weekly Downloads

Dart FFI bindings for Warden — a threshold conditional-decryption gate. Seal a blob behind an on-chain condition, then open it once the federation releases the key. Bring your own native library.

Repository (GitHub)
View/report issues

Topics

#ffi #cryptography #threshold #blockchain

License

MIT (license)

Dependencies

ffi

More

Packages that depend on warden_ffi