working

CryptoProfitLab avatarCryptoProfitLab
Public02/28/2025 1:23 PM2 snippets
New-Source-Code.html
SourceCode.html

New Source Code

02/28/2025 1:22 PM
New-Source-Code.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Ethereum dAPP</title>
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
  <style>
    body {
      background-color: #1a1a2e;

SourceCode

12/26/2024 3:49 AM
SourceCode.html
<section>
      <button id="connectButton">connect</button>
      <table id="checkAdressBalanceButton" style="display: none">
        <tr>
          <td>my contract</td>
          <td><button id="regular">deploy</button></td>
          <td>
            <p id="result"><code>no contract</code></p>
          </td>
        </tr>