contracts-ui
contracts-ui copied to clipboard
Support Deployment of ink! Contracts with Solidity-Compatible Metadata
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