Deploy Contracts
You can deploy contracts via CLI or programatically.
From your forge or hardhat project, you can deploy your contract with a single command.
You can also publish your contract to be deployable by anyone on any chain.
You can deploy contracts from ABI and bytecode.
Or alternatively, you can deploy a contract from a previously published contract.
You can also deploy contracts via API by passing the contract bytecode and ABI. This will automatically verify the contract on block explorers and add it to your project dashboard.
You can list all deployed contracts for your project.
Failed to load OpenAPI specification: Method GET not found for path /v1/contracts