added

New smart contract deploy endpoint

Released: 2 April 2024

What’s new

Introduction of the smart contract deploy API.

What this means for you

From today, you can deploy a smart contract programmatically on EVM-compatible private and public networks. There are two methods to deploy a smart contract through the new endpoint where you provide:

  • The compiled bytecode, including the constructor arguments

or

  • The compiled bytecode and the constructor arguments defined in the request

To deploy, follow the prepare-sign-execute pattern.

For more details, see this guide

This feature is only available on Scale and Enterprise plans

How you can benefit

You can streamline the deployment of your smart contracts and step away from a manual process.