dartez 2.0.3 copy "dartez: ^2.0.3" to clipboard
dartez: ^2.0.3 copied to clipboard

A flutter package which provides the functionalities to play around with tezos dApps

Dartez #

pub License: MIT docs telegram Github issues contributions welcome

Dartez banner 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. 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

flutter pub add dartez

Import the package in your project

import 'package:dartez/dartez.dart';

Check out the example directory for a sample app for using Dartez.

For usage guidance follow our documentation.

Community Support #

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 as well.

Feature Requests And Bugs #

File feature requests and bugs at the issue tracker.

Extra #

We’re building a lot of exciting features which will be released soon, So stay tuned with our updates and releases.

Security-audits #

3
likes
110
pub points
3%
popularity

Publisher

unverified uploader

A flutter package which provides the functionalities to play around with tezos dApps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bip32, bip39, blake2b, bs58check, convert, crypto, ed25519_hd_key, flutter, http, js, sec, secp256k1, sodium, sodium_libs, unorm_dart

More

Packages that depend on dartez