Skip to content

akegaviar/chainstack-cli-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainstack's CLI-tool

A tool written in javascript for interacting with Chainstack's api from the command line interface.

Requirements:

Instructions:

git clone https://github.com/yieniggu/chainstack-cli-tool
cd chainstack-cli-tool
npm install
node index

The following requests are supported and available from the cli. Click on it to watch an example on how to perform it through the cli-tool.

  • Perform all organization requests:

    • Get organization name and id
    • Update organization name
  • Perform application requests:

    • List all applications
    • Create application
    • Retrieve application
    • Delete application
  • Perform all project requests:

    • List all projects
    • Create Project
    • Retrieve Project
    • Update Project (only on consortium projects)
    • Delete Project
    • Retrieve project members
  • Perform all network requests:

  • Perform all node requests:

  • Perform all identity requests:

    • List all Identities
    • Create Identities
    • Retrieve Identities
    • Update Identities
    • Delete Identities -Export Identities

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published