Skip to content

Commit 951f157

Browse files
authored
Merge pull request #12665 from ethereum/list-ext-tutorial
feat: add external alchemy tutorial [Closes #8299]
2 parents e719f3a + db39444 commit 951f157

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/externalTutorials.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,5 +545,17 @@
545545
"lang": "en",
546546
"timeToRead": "30",
547547
"publishDate": "03/24/2023"
548+
},
549+
{
550+
"url": "https://docs.alchemy.com/docs/how-to-get-transaction-history-for-an-address-on-ethereum",
551+
"title": "How to Get Transaction History for an Address on Ethereum",
552+
"description": "Learn how to get the full transaction history for a smart contract or a user address including external, internal, token, ERC-20, ERC-721 and ERC-1155 token transfers in a single request.",
553+
"author": "Alchemy",
554+
"authorGithub": "https://github.com/alchemyplatform",
555+
"tags": ["alchemy", "querying"],
556+
"skillLevel": "beginner",
557+
"lang": "en",
558+
"timeToRead": "10",
559+
"publishDate": "07/01/2023"
548560
}
549561
]

0 commit comments

Comments
 (0)