Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakumwamba committed May 7, 2022
1 parent d806c56 commit 75b72ad
Show file tree
Hide file tree
Showing 9,357 changed files with 1,408,915 additions and 6 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
23 changes: 23 additions & 0 deletions alchemy-nft-api/alchemy-web3-script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { createAlchemyWeb3 } from "@alch/alchemy-web3";

const apiKey = "8zA5Mx0UaV98Heen7pfd7cJ9fYsYAm3w";

// Initialize Alchemy Web3
const alchemyWeb3 = createAlchemyWeb3(`https://polygon-mainnet.g.alchemy.com/v2/${apiKey}`);

const ownerAddr = "0xC33881b8FD07d71098b440fA8A3797886D831061";


const data = await alchemyWeb3.alchemy.getAssetTransfers({
fromBlock: "0x0",
toBlock: "latest",
category: ["external", "erc721", " erc1155"],
fromAddress: "0x0000000000000000000000000000000000000000",
toAddress: "0x233b2417fC9d781F1739ec175BD728faf7848EF5",

})


// Print response ngrok 27Olp18ZUiZn0NThbnJXzhRnCfq_5HyL5MSEyq6iVZjctget1

console.log(data)
Binary file added alchemy-nft-api/ngrok.exe
Binary file not shown.
15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/crc32

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/crc32.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/miller-rabin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/miller-rabin.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/mime.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/mkdirp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/mkdirp.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/node-gyp-build

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/node-gyp-build-optional

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/node-gyp-build-optional.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/node-gyp-build-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/node-gyp-build-test.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/node-gyp-build.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/rlp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/rlp.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sha.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sha.js.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sshpk-conv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sshpk-conv.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sshpk-sign

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sshpk-sign.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sshpk-verify

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/sshpk-verify.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions alchemy-nft-api/node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions alchemy-nft-api/node_modules/.bin/uuid.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75b72ad

Please sign in to comment.