Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moneytrackio/tezart

Tezart helps to interact with ​Tezos blockchain.
https://github.com/moneytrackio/tezart

blockchain blockchain-technology dart dartlang flutter tezos tezos-blockchain tezos-client

Last synced: 2 months ago
JSON representation

Tezart helps to interact with ​Tezos blockchain.

Awesome Lists containing this project

README

        

# Tezart

[![Dart env](https://img.shields.io/static/v1?label=License&message=MIT&color=blue)](https://github.com/moneytrackio/tezart/blob/main/LICENSE)
[![GitHub Actions](https://github.com/moneytrackio/tezart/workflows/Run%20tests/badge.svg)](https://github.com/moneytrackio/tezart/actions?query=workflow%3A%22Run+tests%22)
[![Coverage with codecov.io](https://codecov.io/gh/moneytrackio/tezart/branch/main/graph/badge.svg?token=0BOIGV5QCT)](https://codecov.io/gh/moneytrackio/tezart)

## What it is

[Tezart](https://github.com/moneytrackio/tezart) is a [Dart](https://dart.dev/) library for building decentralized applications on [Tezos](https://tezos.com) blockchain.

Tezart interacts with a Tezos node to send transactions, interact with smart contracts and much more!

See the [Quick start](https://moneytrackio.github.io/tezart/#/?id=quick-start) guide for more details.

## Links

- [Documentation](https://moneytrackio.github.io/tezart/)
- [Contribution](https://moneytrackio.github.io/tezart/#/?id=contribute)
- [Architecture](https://github.com/moneytrackio/tezart/blob/main/docs/ARCHITECTURE.md)

## Feature requests and bugs

If you want to contribute to this project, read the [code of conduct](https://github.com/moneytrackio/tezart/blob/main/CONTRIBUTING.md).

Feature requests and bugs at the [issue tracker](https://github.com/moneytrackio/tezart/issues/new).

## License

[MIT](https://github.com/moneytrackio/tezart/blob/main/LICENSE)

## Special thanks

Thanks to [Tezos Foundation](https://tezos.foundation) for supporting this project.

Theses Tezos libraries have been great references, kudos to their maintainers:

- https://github.com/ecadlabs/taquito
- https://github.com/Cryptonomic/ConseilJS
- https://github.com/moneytrackio/tezos_client