# Deploying a Contract from ABI and Bytecode
```rust
{{#include ../../examples/contracts/examples/deploy_from_abi_and_bytecode.rs}}
```