Pocket4D / Polkadot-Dart

A Dart-lang SDK for Polkadot/Substrate client
Apache License 2.0
21 stars 5 forks source link

News about this repository #5

Open poka-IT opened 3 years ago

poka-IT commented 3 years ago

Hi neeboo !

I'm trying to use Substrate RPC API in our flutter app (Flutter 2, null safety & co).

This repo seems to be in standby, is it ?

Do you need help ?


I just see this message: https://github.com/Pocket4D/Polkadot-Dart/issues/4

Hope you are alright...

neeboo commented 3 years ago

Sadly no. We have to migrate all existing code to Null Safety first. And rpc stuff is related the types packages. It is much complex than I think, required more time. I suggest you look at Polkawallet for quick solution ---- Replied Message @.>Date07/02/2021 09:33 @.> @.***>Subject[Pocket4D/Polkadot-Dart] News about this repository (#5) Hi neeboo ! I'm trying to use Substrate RPC API in my flutter app (Flutter 2, null safety & co). This repo seems to be in standby, is it ? Do you need help ?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe. [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/Pocket4D/Polkadot-Dart/issues/5", "url": "https://github.com/Pocket4D/Polkadot-Dart/issues/5", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

poka-IT commented 3 years ago

Ok, I noticed you use old fashion style for Rust binding, with android and mac specific binding, now there is much simple !

You can see how we do for Gecko here: https://git.duniter.org/clients/gecko/-/blob/master/packages/dubp_rs/lib/dubp.dart

We're moving from our custom Duniter blockchain to a new Substrate token for libre currency with web of trust. So for Gecko, we'll need to switch from GraphQL API to RPC API.

Maybe we could contribute to this lib (or new repo cause to Flutter 2.0 ...) with you to gathering forces ? =)

neeboo commented 3 years ago

Nice to see what you‘ve done in Gecko. The good old fashion binding works for substrate only with some basic curve method. Its a very small part of the polkadot-js, which this repo‘s targeting to port. You are more than welcomed to open another repo to simplify the whole structure and the flow. And maybe you can find a much simpler way for dart/flutter devs to hook in. ---- Replied Message @.>Date07/03/2021 08:40 @.> @.**@.>SubjectRe: [Pocket4D/Polkadot-Dart] News about this repository (#5) Ok, I noticed you use old fashion style for Rust binding, with android and mac specific binding, now there is much simple ! You can see how wo do for Gecko here: https://git.duniter.org/clients/gecko/-/blob/master/packages/dubp_rs/lib/dubp.dart We're moving from our custom Duniter blockchain to a new Substrate token for libre currency with web of trust. So for Gecko, we'll need to switch from GraphQL API to RPC API. Maybe we could contribute to this lib (or new repo cause to Flutter 2.0 ...) with you to gathering forces ? =)

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe. [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/Pocket4D/Polkadot-Dart/issues/5#issuecomment-873316521", "url": "https://github.com/Pocket4D/Polkadot-Dart/issues/5#issuecomment-873316521", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

poka-IT commented 3 years ago

Ok, first we have to discover all Substrate ecosystem.

Duniter is a 10 year old project, in production for 4 years: https://duniter.org/en/introduction/

We're a french community of ~3000 members co-creator of them own universal dividend. See https://en.trm.creationmonetaire.info/

So it's a big boat to steer, do not expect contribution on this before a few weeks =)

poka-IT commented 10 months ago

Good news ! : https://github.com/leonardocustodio/polkadart

This library is funded by Web3 Foundation via their Open Grants Program