buildbearlabs/BuildBear CI/CD
🚀 Automate smart contract deployments across multiple networks using BuildBear's sandbox infrastructure with forge testcases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| network | JSON array of networks to deploy on. Each network should contain 'chainId' and optionally 'blockNumber'. Example: [{'chainId': 1, 'blockNumber': 18000000}] | no | — |
| deploy-command | Command to deploy your smart contracts (e.g., 'forge script DeployScript --broadcast' or 'make deploy') | no | — |
| buildbear-api-key | Your BuildBear API token. Store this securely in GitHub Secrets as 'BUILDBEAR_API_KEY' | yes | — |
| working-directory | Path to your project's root directory containing smart contracts and deployment scripts | no | . |
Outputs
| name | description |
|---|---|
| deployments | Detailed logs and metadata from all contract deployments including transaction hashes, contract addresses, and gas usage |