Back to All

Alchemy SDK ethers.Contract() not available

Hey Hi,

I got a question regarding the Alchemy SDK.
Is it possible to create a new instance of a contract using “new ethers.Contract()” directly from the Alchemy SDK without importing the ethers object?

By that I mean to have access to ethers.js from the Alchemy SDK instead of having to also import ethers as a separate package.

Thank you in advance for your answer!

ReadMe