Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 3.31 KB

README.md

File metadata and controls

89 lines (66 loc) · 3.31 KB

Labs

Chainstack is the leading suite of services connecting developers with Web3 infrastructure

         

HomepageSupported protocolsChainstack blogChainstack docsBlockchain API referenceStart for free

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