buildbearlabs/BuildBear CI/CD

🚀 Automate smart contract deployments across multiple networks using BuildBear's sandbox infrastructure with forge testcases

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
networkJSON array of networks to deploy on. Each network should contain 'chainId' and optionally 'blockNumber'. Example: [{'chainId': 1, 'blockNumber': 18000000}]no
deploy-commandCommand to deploy your smart contracts (e.g., 'forge script DeployScript --broadcast' or 'make deploy')no
buildbear-api-keyYour BuildBear API token. Store this securely in GitHub Secrets as 'BUILDBEAR_API_KEY'yes
working-directoryPath to your project's root directory containing smart contracts and deployment scriptsno.
namedescription
deploymentsDetailed logs and metadata from all contract deployments including transaction hashes, contract addresses, and gas usage