Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tezsure/Dartez
A library for building decentralized applications in Flutter, currently focused on the Tezos platform. Dartez package contains all the function that is required to build tezos application.
https://github.com/Tezsure/Dartez
blockchain dart decentralized-applications flutter tezos
Last synced: 3 months ago
JSON representation
A library for building decentralized applications in Flutter, currently focused on the Tezos platform. Dartez package contains all the function that is required to build tezos application.
- Host: GitHub
- URL: https://github.com/Tezsure/Dartez
- Owner: Tezsure
- License: mit
- Created: 2022-06-28T07:47:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T07:46:29.000Z (about 1 year ago)
- Last Synced: 2024-05-28T13:26:53.393Z (6 months ago)
- Topics: blockchain, dart, decentralized-applications, flutter, tezos
- Language: Dart
- Homepage: https://docs.dartez.io
- Size: 1.1 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dartez
[![pub](https://img.shields.io/pub/v/dartez.svg)](https://pub.dev/packages/dartez)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)
[![docs](https://img.shields.io/badge/docs-easy--to--read-brightgreen.svg)](https://docs.dartez.io)
[![telegram](https://img.shields.io/badge/community-blue.svg?logo=telegram)](https://t.me/tezster)
[![Github issues](https://img.shields.io/github/issues/Tezsure/Dartez)](https://github.com/Tezsure/Dartez/issues?q=is%3Aissue+is%3Aopen+)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/Tezsure/Dartez/pulls)[![Dartez banner](https://raw.githubusercontent.com/Tezsure/Dartez/main/dartez.png)](https://github.com/Tezsure)
A library for building decentralized applications in Flutter, currently focused on the Tezos platform. Dartez package contains all the function that is required to build tezos application. The package supports both tz1 & tz2 addresses.## What Is Tezos
Tezos is a decentralized blockchain that governs itself by establishing a true digital commonwealth. It facilitates formal verification, a technique which mathematically proves the correctness of the code governing transactions and boosts the security of the most sensitive or financially weighted smart contracts.
## Why should I use Dartez?
Dartez provides a simple and easy to use functions for building decentralized applications in Flutter. It is a wrapper around the [Tezos RPC](https://tezos.gitlab.io/shell/rpc.html). It also provides a set of utility functions to help you build your application.
## Getting Started
Run this command in flutter project directory to add the package to your project
```bash
flutter pub add dartez
```Import the package in your project
```dart
import 'package:dartez/dartez.dart';
```Check out the [example](https://github.com/Tezsure/Dartez/tree/main/example) directory for a sample app for using Dartez.
For usage guidance follow our [documentation](https://docs.dartez.io/).
## Community Support
- [Telegram](https://t.me/tezster)
- [Twitter](https://twitter.com/tezsure)## Contributing
Dartez is open source and we love to receive contributions from whosoever passionate with the technology.
There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, bug reports and feature requests or writing code. We certainly welcome [pull requests](https://github.com/Tezsure/Dartez/pulls) as well.
## Feature Requests And Bugs
File feature requests and bugs at the [issue tracker](https://github.com/Tezsure/Dartez/issues/new).
## Extra
We’re building a lot of exciting features which will be released soon, So stay tuned with our updates and releases.
## Security-audits
- [Security-audits](https://github.com/Tezsure/security-audits)