dvote 0.9.2 copy "dvote: ^0.9.2" to clipboard
dvote: ^0.9.2 copied to clipboard

outdated

Decentralized, end-to-end verifiable governance platform client library for Dart.

example/main.dart

import "./metadata.dart";
import "./wallets.dart";
import "./signatures.dart";
import "./vote.dart";

void main() async {
  await metadata();
  wallets();
  signatures();
  await vote();
}
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Decentralized, end-to-end verifiable governance platform client library for Dart.

Homepage
Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

bip32, bip39, convert, crypto, dvote_native, flutter, hex, http, pinenacl, protobuf, web3dart

More

Packages that depend on dvote