Sphinx deployment execution bot
npm install @sphinx-labs/executorSphinx 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.
* 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
Sphinx is currently invite-only. Request access on our website.
- Getting Started in a New Repository
- Getting Started in an Existing Repository
- The Sphinx DevOps Platform
- Writing Deployment Scripts
- Configuration Options
- Overview of the Sphinx DevOps Platform
- Using Sphinx in CI
- FAQ
- Troubleshooting Guide
- Sphinx supports CREATE2 and CREATE3, but not the CREATE 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!
- 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.
@smartcontracts\
Wonderland\
@rpate97\
@sam-goldman
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!
If you have any questions or feature requests, send us a message in our Discord!
MIT © 2023