# Contract Deployment

### Instructions for zkBob Contract Deployment

Contract deployment is managed through [Foundry solidity scripts](https://book.getfoundry.sh/tutorials/solidity-scripting).  Deployment can be simulated locally prior to production deployment, and contracts can be automatically verified on deployment to a public chain.&#x20;

{% hint style="success" %}
Details and scripts for contract deployment are available here: <https://github.com/zkBob/zkbob-contracts/blob/master/script/DEPLOY.md>
{% endhint %}
