dhruvwebdev/Solana Setup Action

Reusable GitHub Action to set up a full Solana development environment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
node-versionNode.js version to useno18
solana-cli-versionSolana CLI version to installno""
anchor-versionAnchor CLI version to installno""
pnpm-package-managerpnpm version to installno""
yarn-package-managerYarn version to installno""
solana-network-urlSolana network url to use for deployment (e.g., http://localhost:8899, https://api.devnet.solana.com, https://api.testnet.solana.com, https://api.mainnet-beta.solana.com)nohttp://localhost:8899
solana-airdrop-amountAmount of SOL to airdrop to the wallet (only for localhost/devnet/testnet)no1
solana-wallet-setupScript/command to set up the wallet, airdrop SOL for testing, and deploy the contract (e.g., ./scripts/setup-wallet.sh)no""
build-scriptScript/command to build the project (e.g., anchor build)no""
test-scriptScript/command to test the project (e.g., anchor test)no""
deploy-scriptScript/command to deploy the project (e.g., anchor deploy)no""
x-ray-enabledEnable Sec3 X-Ray Analysisnofalse
working-directoryWorking directory for X-Ray analysisno.

no outputs