carteramesh/Fireblocks Solana Config Manager
Sets up Fireblocks and Solana configuration files for testing with automatic cleanup
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fireblocks-secret | Fireblocks secret key content (PEM format) | yes | — |
| fireblocks-api-key | Fireblocks API key | yes | — |
| fireblocks-vault | Fireblocks vault ID | no | 0 |
| fireblocks-endpoint | Fireblocks API endpoint URL | no | https://sandbox-api.fireblocks.io |
| solana-rpc-url | Solana RPC URL | no | https://api.devnet.solana.com |
| commitment | Solana commitment level | no | finalized |
| poll-timeout | poll timeout in milliseconds | no | 90 |
| poll-interval | poll timeout in milliseconds | no | 5 |
| set-env-vars | set environment variables | no | false |
Outputs
| name | description |
|---|---|
| solana-config-path | solana cli config |
| fireblocks-config-path | fireblocks signer config |