Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 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.

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)