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

Add more examples for AkashJS library usage #38

Open
anilmurty opened this issue Feb 8, 2023 · 2 comments
Open

Add more examples for AkashJS library usage #38

anilmurty opened this issue Feb 8, 2023 · 2 comments
Labels
good first issue Good issue for a new contributor to tackle

Comments

@anilmurty
Copy link
Collaborator

anilmurty commented Feb 8, 2023

To help people getting started with using the AkashJS library, it would be great to have a few more examples.

Examples we have here

  • Wallet Creation
  • Estimating Gas
  • Generic Unsigned Transaction (like querying something)
  • Signed Transaction (sending funds)
  • Querying Deployments
  • Take down deployment

Examples we could use:

  • Certificate Management:
    • Generate & Publish Certificate
    • Revoke certificate
  • Deployment Management:
    • Create Deployment
    • Check for bids
    • Create lease from bid
    • List all deployments
    • Get deployment details for a single deployment (by GSEQ)
    • Close Deployment (clean up existing "take down" example)
  • Query Providers
    • List all providers
    • Get details of a single provider
    • Get lease status for a specific lease (to retrieve deployment URI)
@zJuuu
Copy link
Contributor

zJuuu commented Feb 13, 2023

I just created a PR #39 to add some basic query providers examples. Wll try to add more examples in the next days

@anilmurty
Copy link
Collaborator Author

Thanks @zJuuu !

@anilmurty anilmurty added good first issue Good issue for a new contributor to tackle and removed Needs Contributor labels Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for a new contributor to tackle
Projects
None yet
Development

No branches or pull requests

2 participants