Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moneytrackio/tezart
- Owner: moneytrackio
- License: mit
- Created: 2021-01-25T14:46:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T23:11:05.000Z (8 months ago)
- Last Synced: 2024-10-27T22:25:43.675Z (2 months ago)
- Topics: blockchain, blockchain-technology, dart, dartlang, flutter, tezos, tezos-blockchain, tezos-client
- Language: Dart
- Homepage: https://moneytrackio.github.io/tezart/
- Size: 4 MB
- Stars: 26
- Watchers: 3
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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