Skip to content

Instantly share code, notes, and snippets.

@thatguyintech
Created August 4, 2022 23:53
Show Gist options
  • Save thatguyintech/5d4300bad759841fa8bc52cce141efb7 to your computer and use it in GitHub Desktop.
Save thatguyintech/5d4300bad759841fa8bc52cce141efb7 to your computer and use it in GitHub Desktop.
// npm install --save-dev alchemy-sdk
import { Alchemy } from 'alchemy-sdk';
const alchemy = new Alchemy();
// See Vitalik's NFTs!
alchemy.nft.getNftsForOwner('vitalik.eth').then(console.log);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment