mrtnetwork / polkadot_dart

This package facilitates Substrate interactions: create, sign, send transactions (ECDSA, ED25519, SR25519), query, runtime calls, JSON-RPC for seamless Substrate operations.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Clarification on project goals and differentiation from polkadart #2

Open poka-IT opened 2 months ago

poka-IT commented 2 months ago

Hi mrtnetwork,

I've noticed that polkadot_dart seems to have similar objectives to the existing polkadart package (https://github.com/leonardocustodio/polkadart). Both aim to provide Dart tools for Polkadot/Substrate interactions.

Could you please clarify:

  1. What are the key features or improvements that polkadot_dart offers over polkadart?
  2. Were there specific use cases or technical reasons that motivated creating this separate package?

Understanding your project's unique value proposition would help Dart/Polkadot developers choose the most suitable package for their needs. Thank you.

mrtnetwork commented 2 months ago

Hi mrtnetwork,

I've noticed that polkadot_dart seems to have similar objectives to the existing polkadart package (https://github.com/leonardocustodio/polkadart). Both aim to provide Dart tools for Polkadot/Substrate interactions.

Could you please clarify:

  1. What are the key features or improvements that polkadot_dart offers over polkadart?
  2. Were there specific use cases or technical reasons that motivated creating this separate package?

Understanding your project's unique value proposition would help Dart/Polkadot developers choose the most suitable package for their needs. Thank you.

Hello, thank you for your call. I haven't looked into the Polkadart package. I'm currently developing a blockchain wallet and creating custom packages for each chain, which lets me add the features I need without depending on third-party updates or support.