From 09b70bffaca9bd0d17e46b1a37f35790342041f0 Mon Sep 17 00:00:00 2001 From: shelleyolivia <108895606+shelleyolivia@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:44:24 -0700 Subject: [PATCH] Updated tools Hey there - I'm from Alchemy and love your library of awesome resources! I updated the web3 tool to SDK as that is Alchemy's latest tool to get devs up and building faster. Also added in our NFT API And Enhanced APIs as these are some of our most popular tools to get up and running. We add codes for each source so we can help support with more resources / collabs if we find devs love coming from a particular source :) Pls lmk if you have any questions, thanks for doing what you guys do. Cheers, --- docs/reference/recommended-tools.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/recommended-tools.md b/docs/reference/recommended-tools.md index 41a40ed..19a00e7 100644 --- a/docs/reference/recommended-tools.md +++ b/docs/reference/recommended-tools.md @@ -19,7 +19,7 @@ In-browser tools for experimenting with or developing Ethereum smart contracts. Some of the more popular frameworks for building on Ethereum. -* [Alchemy](https://www.alchemy.com/build) +* [Alchemy](https://www.alchemy.com/build/c23c8860e9) * [Brownie](https://github.com/eth-brownie/brownie) * [Embark](https://framework.embarklabs.io/) * [Hardhat](https://hardhat.org/) @@ -39,7 +39,9 @@ Tooling for running local Ethereum nodes for testing and development purposes. Tooling for communicating with Ethereum via APIs. -* [Alchemy Web3.js](https://github.com/alchemyplatform/alchemy-web3) +* [Alchemy SDK_Ethers superset.js](https://github.com/alchemyplatform/alchemy-sdk-js/c23c8860e9) +* [Alchemy NFT API](https://github.com/alchemyplatform/nft-api-javascript-scripts/c23c8860e9) +* [Enhanced APIs](https://www.alchemy.com/enhanced-apis/c23c8860e9) * [`ethjs`](https://github.com/ethjs/ethjs) * [Ethers Project](https://github.com/ethers-io/ethers.js/) * [Infura](https://infura.io/)