contracts-ui icon indicating copy to clipboard operation
contracts-ui copied to clipboard

Support Deployment of ink! Contracts with Solidity-Compatible Metadata

Open AlexD10S opened this issue 5 months ago • 0 comments

ink! contracts can be compiled with Solidity-compatible metadata: https://use.ink/docs/v6/basics/metadata/solidity

This feature allows developers to use Ethereum tools (such as Hardhat) to deploy and interact with their smart contracts. For example: https://use.ink/docs/v6/integrations-and-sdks/ethereum-compatibility/hardhat-deployment

It would be ideal to support the deployment (and potentially also interaction?) of these contracts directly via the Contracts UI

AlexD10S avatar Jul 29 '25 09:07 AlexD10S