https://github.com/chainsafe/foundry-multichain-deploy
https://github.com/chainsafe/foundry-multichain-deploy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chainsafe/foundry-multichain-deploy
- Owner: ChainSafe
- Created: 2024-01-09T11:15:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T05:58:22.000Z (almost 2 years ago)
- Last Synced: 2025-10-02T02:53:28.311Z (4 months ago)
- Language: Solidity
- Size: 83 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# foundry-multichain-deploy (powered by Sygma)
> **Warning**
>
> Only testnet multichain deployment is available. Mainnet deployment will be enabled soon!
Provides `foundry` tooling for deploying contracts on multiple chains in a single ttransaction
and providing identical address on each chain.
See
[ChainSafe/hardhat-plugin-multichain-deploy]("https://github.com/ChainSafe/hardhat-plugin-multichain-deploy")
for the Hardhat plugin version.
The plugin uses [Sygma protocol](https://buildwithsygma.com/) and [CreateX](https://github.com/pcaversaccio/createx) to execute deployments. You can find the list of supported networks [here](https://docs.buildwithsygma.com/environments).
Check the [Documentation](./docs/DOCUMENTATION.md) for instructions on installation, usage (with an example project) and development.
## Contributing
Please open an issue to report bugs or request featrures. Contributions are welcome. Thank you!