@sphinx-labs/executor
v0.18.2
Published
Sphinx deployment execution bot
Downloads
2
Readme
Sphinx: DevOps for Deployments
Sphinx automates the smart contract deployment process by funding, executing, and verifying deployments on your behalf.
Sphinx is not audited yet, so you should always check that your deployments were executed correctly.
Key features:
Compatible with Forge Scripts: You can integrate Sphinx with minimal changes to your existing Forge scripts.
Gasless deployments: You don't need to worry about securing a funded private key or getting native gas tokens on any chain. Instead, simply maintain a balance of USDC on a single chain to fund deployments across all chains.
One-Click Multichain Deployments: Approve deployments across up to 11 supported networks with a single click. Sphinx will execute the deployment on each chain in parallel.
Deployments in CI: Initiating deployments from a CI process has obvious benefits such as reproducibility and consistency, but it hasn't been practical until now. With Sphinx, you can propose deployments from your CI process, then approve it in our UI (all gaslessly, of course). Sphinx's backend will execute the deployment on your behalf. If you'd rather not use a CI process, you can propose deployments from your local machine instead.
Automatic Etherscan verification
Request access
Sphinx is currently invite-only. Request access on our website.
Documentation
Getting started
- Getting Started in a New Repository
- Getting Started in an Existing Repository
- The Sphinx DevOps Platform
Reference guides
- Writing Deployment Scripts
- Configuration Options
- Overview of the Sphinx DevOps Platform
- Using Sphinx in CI
- FAQ
- Troubleshooting Guide
Current limitations
- Sphinx supports
CREATE2
andCREATE3
, but not theCREATE
opcode, i.e.new MyContract(...)
. - You cannot send ETH as part of a deployment.
Please feel free to reach out in our Discord to request a feature!
Supported Networks
- Ethereum
- Optimism
- Arbitrum
- Polygon
- Polygon zkEVM
- BNB Smart Chain (aka BSC)
- Gnosis Chain
- Avalanche C-Chain
- Linea
- Fantom
- Base
Test networks:
- Ethereum Goerli
- Optimism Goerli
- Arbitrum Goerli
- Polygon Mumbai
- Polygon zkEVM Testnet
- BNB Smart Chain Testnet
- Gnosis Chiado
- Avalanche Fuji
- Linea Goerli
- Fantom Testnet
- Base Goerli
More networks are on the way! Please feel free to reach out in our Discord if there are networks you'd like us to add.
Contributors
@smartcontracts
Wonderland
@rpate97
@sam-goldman
Contributing
Contributions to Sphinx are greatly appreciated! To get started, please read our contributing guide. Then, check out the list of Good First Issues. Let us know if you have any questions!
Reach Out
If you have any questions or feature requests, send us a message in our Discord!
License
MIT © 2023