Created
July 14, 2023 15:24
-
-
Save johnpmitsch/10aa089e6c8626705deab4c377becabd to your computer and use it in GitHub Desktop.
QuickNode SDK url demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html,<html> <script type="module"> import { API } from 'https://esm.sh/@quicknode/sdk'; const qn = new API(); document.body.innerText = (JSON.stringify(await qn.tokens.getBalancesByWallet({ address: "quicknode.eth" }))); </script></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment