Developer docs


Welcome to the OP Mainnet developer docs!

Whether you're just looking to deploy a basic contract (opens new window) or you're ready to build a cross-chain app, you'll be able to find everything you need to start building on OP Mainnet within this section.

If you're looking for third-party tools that make building on OP Mainnet easier, check out the Tools for Developers section.

# Where should I start?

# Just getting started with OP Mainnet?

If you're brand new to OP Mainnet, we recommend checking out the guide to deploying a basic contract (opens new window). It'll get you familiar with the core steps required to get a contract deployed to the network. Luckily, OP Mainnet is EVM equivalent (opens new window), so it's 100% the same as deploying a contract to Ethereum.

If you're a bit more familiar with OP Mainnet and Ethereum, you can try walking through one of the various tutorials (opens new window) put together by the Optimism community. They'll help you get a headstart when building your first Optimistic project.

# Ready to deploy a contract?

If you're looking to deploy your contracts to OP Mainnet or OP Goerli, take a look at the getting started tutorial (opens new window). It contains sample configuration files for deploying your contracts from common frameworks like Hardhat, Truffle, and Brownie.

You might also want to check out our guides for running a local development environment or running your own OP Mainnet node. These guides are designed to help you feel totally confident in your OP Mainnet deployment.

# Want to explore the cross-chain frontier?

We've got detailed guides for that. If you want to bridge a token from Ethereum to OP Mainnet (or vice versa!), you should learn more about our Standard Token Bridge. The Standard Token Bridge makes the process of moving tokens between chains as easy as possible.

If you're looking for something more advanced, we recommend reading through our page on sending data between L1 and L2. Contracts on one chain can trigger contract functions on the other chain, it's pretty cool! We even dogfood the same infrastructure and use it under the hood of the Standard Token Bridge.

# Still don't know where to look?

If you can't find the content you're looking for you've got a few options to get extra help. We recommend first searching through this documentation (search bar at the top right). If you've already done this and come up short, you can try asking us a question in Discord (opens new window), checking the Help Center (opens new window), or making an issue on GitHub (opens new window).