https://github.com/Squads-Protocol/squads-cli
CLI for Squads
https://github.com/Squads-Protocol/squads-cli
Last synced: about 2 months ago
JSON representation
CLI for Squads
- Host: GitHub
- URL: https://github.com/Squads-Protocol/squads-cli
- Owner: Squads-Protocol
- License: agpl-3.0
- Created: 2022-10-05T13:29:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T22:31:44.000Z (3 months ago)
- Last Synced: 2025-03-30T15:36:03.553Z (about 2 months ago)
- Language: TypeScript
- Size: 728 KB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- solana-awesome - Link
README
```
_____ ____ __ __ ___ ____ _____
/ ___/ / __ \ / / / / / | / __ \ / ___/
\__ \ / / / / / / / / / /| | / / / / \__ \
___/ / / /_/ / / /_/ / / ___ | / /_/ / ___/ /
/____/ \___\_\ \____/ /_/ |_|/_____/ /____/
```## Squads v3 CLI
Interact with Squads Protocol v3 via simple CLI.
### Requirements
Nodejs version >= 16
### Installing the CLI tool
`npm install -g @sqds/cli`### Running the tool
Running the simple command will start the tool and ask a few setup questions for the wallet and the network cluster.\
`squads-cli`### Cluster Option
Providing the cluster will bypass the question upon startup\
`squads-cli --cluster https://api.mainnet-beta.solana.com`