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

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

2.0.4 #

Added #

  • manage comb pairs

Changed #

Fixed #

2.0.3 #

Added #

Changed #

Fixed #

  • add sleep on operation monitor

2.0.2 #

Added #

Changed #

Fixed #

  • retry http get requests on SocketException

2.0.1 #

Added #

Changed #

Fixed #

  • change doc to docs at root level to allow github pages build process

2.0.0 #

Added #

Changed #

  • replace Uint8List by ByteList after breaking change introduced in pinacl

Fixed #

1.0.1 #

Added #

  • custom gas limit
  • custom storage limit

Changed #

Fixed #

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
135
points
131
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

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on tezart