Skip to content
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

Use GraphQL instead of REST APIs #7

Closed
RiccardoM opened this issue Oct 21, 2021 · 2 comments
Closed

Use GraphQL instead of REST APIs #7

RiccardoM opened this issue Oct 21, 2021 · 2 comments
Labels
C: Logic Related to the logic part of the app Type: Enhancement New feature or request

Comments

@RiccardoM
Copy link
Contributor

Currently the application is relying on the REST APIs of the chain to fetch the data about the balance of an account or else. Instead, I think it would be better to use the GraphQL endpoints to also be able to subscribe to changes automatically. Here are the details of the endpoint that you can use:

  • Mainnet: gql.mainnet.desmos.network
  • Testnet: gql.morpheus.desmos.network

You should be able to query data without any authentication. If you need access to the console, you can find the details on Bitwarden.

@ale-mazz
Copy link
Collaborator

I think this has already been implemented, am I right @manu0466?

@RiccardoM
Copy link
Contributor Author

Closing this as it's already implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Logic Related to the logic part of the app Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants