tezart 0.2.1 copy "tezart: ^0.2.1" to clipboard
tezart: ^0.2.1 copied to clipboard

outdated

A Dart library to connect to Tezos clients. Send transactions and interact with smart contracts!

0.2.1 #

Added #

Changed #

  • increase minimum required dart version to 2.11
  • BREAKING CHANGE: change TezartClient constructor parameters to a single one:
    BEFORE: TezartClient(host: 'localhost', scheme: 'http', port: '20000');
    AFTER: TezartClient('http://localhost:20000');

Fixed #

0.2.0 #

Added #

  • initial release of the open source project.

Changed #

Fixed #

11
likes
40
points
60
downloads

Publisher

verified publishermoneytrack.io

Weekly Downloads

A Dart library to connect to Tezos clients. Send transactions and interact with smart contracts!

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

ansicolor, bip39, bs58check, collection, convert, dio, equatable, json_annotation, json_serializable, logging, memoize, meta, pinenacl, pointycastle, retry

More

Packages that depend on tezart