From 4ff7b3118a4bdb7795d42899c5baa917c6abf200 Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Fri, 1 Nov 2024 01:59:51 +0400 Subject: [PATCH] Add polkadart to interact with any polkadot-based blockchain Polkadart is the first dart/flutter package that enables developers to interact with any Polkadot-based blockchain. It is a fully-featured client that includes signing transactions, decoding data, querying the storage, code generation, RPC connections and all. --- source.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source.md b/source.md index 96fcacd2..6ee373dc 100644 --- a/source.md +++ b/source.md @@ -555,10 +555,17 @@ Simon Binder](https://github.com/simolus3) - [flutter_convenient_test](https://github.com/fzyzcjy/flutter_convenient_test) - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by [fzyzcjy](https://github.com/fzyzcjy) - [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) + ### Web - [Responsive Framework](https://github.com/Codelessly/ResponsiveFramework) - Automatically adapt UI to different screen sizes. Responsiveness made simple by [Codelessly](https://codelessly.com) + +### Blockchain + +- [Polkadart](https://github.com/leonardocustodio/polkadart) - Sign transactions, decode data, connect and interact with any Polkadot-based blockchain by [Leonardo Custodio](https://github.com/leonardocustodio). + + ## Experimental This section contains libraries that take an experimental or unorthodox approach.