diff --git a/README.md b/README.md index b809e45..cfae810 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Please take a quick look at the [contribution guidelines](/CONTRIBUTING.md) firs * [Algorithms](#algorithms) * [Testing](#testing) * [Unions](#unions) + * [Blockchain](#blockchain) * [Tools](#tools) * [IDEs, Editors, and Plugins](#ides-editors-and-plugins) * [Tutorials](#tutorials) @@ -144,6 +145,10 @@ Please take a quick look at the [contribution guidelines](/CONTRIBUTING.md) firs * [Freezed](https://github.com/rrousselGit/freezed) - Code generation for immutable classes that has a simple syntax/API without compromising on the features. +## Blockchain + +* [Polkadart](https://github.com/leonardocustodio/polkadart) - Sign transactions, decode data, connect and interact with any Polkadot-based blockchain. + ## Crash monitoring * [Sentry](https://github.com/getsentry/sentry-dart) - Sentry provides self-hosted and cloud-based error monitoring that helps all software teams discover, triage, and prioritize errors in real-time.