Skip to content

This tool allows you to interact with the Chainstack platform API to retrieve data related to your organization, projects, and nodes. You can also create new projects and deploy nodes from the CLI.

Notifications You must be signed in to change notification settings

soos3d/chainstack-cli-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This tool allows you to interact with the Chainstack platform API to retrieve data related to your organization, projects, and nodes. You can also create new projects and deploy nodes from the CLI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 100.0%