Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
web3 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
akerbabber committed Oct 3, 2023
1 parent 44b0a77 commit 8600d17
Show file tree
Hide file tree
Showing 4 changed files with 5,497 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
</style>
</head>

<body onload="getAPIResult()">

<body onload="getAPIResult()">

Expand All @@ -57,6 +56,7 @@ <h2>Deposit to Contract</h2>
</div>

<script src="https://c0f4f41c-2f55-4863-921b-sdk-docs.github.io/cdn/metamask-sdk.js"></script>
<script src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js"></script>
<script>
const MMSDK = new MetaMaskSDK.MetaMaskSDK()
// Because init process of the MetaMaskSDK is async.
Expand Down
Loading

0 comments on commit 8600d17

Please sign in to comment.