Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Squads-Protocol/squads-cli
CLI for Squads
https://github.com/Squads-Protocol/squads-cli
Last synced: 3 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: 2024-06-12T16:14:43.000Z (8 months ago)
- Last Synced: 2024-07-18T02:47:32.184Z (7 months ago)
- Language: TypeScript
- Size: 727 KB
- Stars: 4
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- solana-awesome - Link
README
```
_____ ____ __ __ ___ ____ _____
/ ___/ / __ \ / / / / / | / __ \ / ___/
\__ \ / / / / / / / / / /| | / / / / \__ \
___/ / / /_/ / / /_/ / / ___ | / /_/ / ___/ /
/____/ \___\_\ \____/ /_/ |_|/_____/ /____/
```## Squads CLI
Interact with the Squads Multisig Program through a 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`