solana-nft-programs/Solana buffer deploy
Github action to deploy a program buffer on Solana
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| network | The Solana network | yes | devnet |
| program | The program to build and upload | yes | — |
| program-id | The program id of the program we are uploading | yes | — |
| buffer-authority | The buffer authority to set | yes | — |
| keypair | The keypair to use for deploys | yes | — |
Outputs
| name | description |
|---|---|
| buffer | The buffer address |
| idl-buffer | The idl buffer address. |