-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(connect): introduce ignite connect #102
Conversation
Getting back to this 😅 |
R4R! In a follow-up I'll upgrade the app to use ignite 29 and wired keyring (it is a bit annoying to do that with 0.50 client/v2). |
I got an error connecting to Archway (archway.lavenderfive.com:443): ➜ apps git:(julien/connect) ignite connect archway
2025-02-05T21:10:38.454-0300 [ERROR] app /Users/danilopantani/Desktop/go/src/github.com/ignite/apps/connect: plugin process exited: plugin=/Users/danilopantani/Desktop/go/src/github.com/ignite/apps/connect/connect.ign id=53918 error="exit status 2"
✘ Error reading from server: EOF |
the same for atomone ignite connect atomone
2025-02-05T21:15:15.372-0300 [ERROR] app /Users/danilopantani/Desktop/go/src/github.com/ignite/apps/connect: plugin process exited: plugin=/Users/danilopantani/Desktop/go/src/github.com/ignite/apps/connect/connect.ign id=54296 error="exit status 2"
✘ Error reading from server: EOF
|
Sometimes, it takes too long after |
Yeah, not all endpoints work from the chain registry unfortunately. We should eventually pick preferred ones to show first to improve the UX. Right not you need to try a bit until you find one that works :/ |
Co-authored-by: Danilo Pantani <[email protected]>
The last one is expected. I'll improve the other two yes 👍🏾 |
R4R again @Pantani. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT!!! amazing feature
Introducing the Ignite Connect App. This app allows interacting with any cosmos chain for making queries and transactions.
This is the replacement of
ignite node
, a command in ignite that did basically the above but only for bank queries and transactions, as well as querying transaction hashes. Once this is released,ignite node
will be deprecated.This app is shares the same concepts as Hubl.
However, it doesn't share the same codebase and is better integrated in Ignite for a better UX (supporting
ignite account
for key management and replacing an existing ignite feature).