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

outdated

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

[1.0.0] #

Added #

  • micheline codec
  • contract call
  • contract origination
  • gas limit, storage limit, fees computation

Changed #

  • BREAKING CHANGE: TezartClient doesn't inject the operations anymore. This responsability moved to OperationsList

Fixed #

[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
0
pub points
39%
popularity

Publisher

verified publishermoneytrack.io

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on tezart