node interaction library for Dart #252
Replies: 4 comments 2 replies
-
I invite you to have a look at this and share any info or feedback you might have on this topic @wal33d006 @Zfinix @fadeev @eitjuh @akc2267 |
Beta Was this translation helpful? Give feedback.
-
Thanks for researching this @andrzejchm 🙌
I'm torn between:
Really depends if it saves our time to start from Alan rather than from a clean slate. |
Beta Was this translation helpful? Give feedback.
-
Since we already have pretty solid fundamentals done with the This should not take too much time and will prove to be future-proof allowing us to easily add new features later |
Beta Was this translation helpful? Give feedback.
-
As discussed today, we'll introduce a separate package that will miimc the
I'll create issues specifically for that and we can focus on technical discussions there. |
Beta Was this translation helpful? Give feedback.
-
Currently, there are two libraries for Dart to interact with the Cosmos-based blockchains:
and both of those libraries have their drawbacks:
Both of the libraries haven't seen the updates for the past 12 months making them pretty hard to use on a newer version of the cosmosSDK, which heavily relies on RPC and LCD communication.
Possible solutions
💡 Contribute to the Alan library by submitting pull requests with updates and new features
✅ pros:
❌ cons:
💡 Fork Alan library and continue developing it further as part of the
ignite
organization✅ pros:
❌ cons:
💡 Wrap the CosmJS libraries with flutter using either flutter_js or js
✅ pros:
❌ cons:
💡 Write the library from scratch based on the CosmJS implementation
✅ pros:
❌ cons:
Beta Was this translation helpful? Give feedback.
All reactions