Interact with a blockchain-enabled HTML element in real-time. Click deploy to create an AI-generated smart contract.
🚀 Start DemoCreate and verify a blockchain transaction using pure HTML
<script src="/egthhtml/core.js"></script>
<div data-contract="ai-token">
<input type="text" id="tokenName" placeholder="Token Name">
<input type="text" id="tokenSymbol" placeholder="Token Symbol">
<button onclick="ethHtml.deployAIETH(tokenName.value, tokenSymbol.value)">
Deploy Smart Contract
</button>
</div>