wallet-connect-web-examples/basic/dapps/ethereum-provider/index.html
crypblizz 8b22738217
[Project] Basic and Advanced Web Examples (#288)
* Chore: init

* chore: init

* feat: added basic dapps and improved README

* fix: Unified env.example and added comments with instructions

* fix: better usage instruction in readme

* fix: removed advanced section

* fix: added dapps and wallets

* fix: added web3inbox

* Update basic/dapps/web3inbox/README.md

Co-authored-by: Ben Kremer <ben@walletconnect.com>

* Update basic/dapps/ethereum-provider/src/App.tsx

Co-authored-by: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com>

* chore: added detailed README for basic section

* chore(deps): updated deps for universal-provider-solana

* fix: multiple suggestions

---------

Co-authored-by: Boidushya Bhattacharya <boidushyabhattacharya@gmail.com>
Co-authored-by: Ben Kremer <ben@walletconnect.com>
Co-authored-by: Gancho Radkov <43912948+ganchoradkov@users.noreply.github.com>
2023-09-25 15:41:42 +05:30

14 lines
380 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WalletConnect Ethereum Provider</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>