alchemy-sdk-js icon indicating copy to clipboard operation
alchemy-sdk-js copied to clipboard

The easiest way to connect your dApp to the blockchain.

Results 45 alchemy-sdk-js issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Usage of alchemy-sdk with ethers v6 does work due to updates to the provider structure

feature request

### [REQUIRED] Environment - Alchemy SDK version: 3.2.0 ### [REQUIRED] Describe the problem I have the code snippet: ``` this.alchemy = new Alchemy({ url: this.NETWORK_RPC_URL, }); return await this.alchemy.nft.getNftsForOwner(address, {...

bug
no-issue-activity

## Description Affected of this project `alchemyplatform/alchemy-sdk-js` are vulnerable to Prototype Pollution due to improper handling of Cookies when using CookieJar in `rejectPublicSuffixes=false` mode. Due to an issue with the...

**Is your feature request related to a problem? Please describe.** SDK works but not support TypeScript type for StarkNet network (see screenshot) ![image](https://github.com/user-attachments/assets/23cff8f2-74ff-4259-8d3b-7e9c305ad529) **Describe the solution you'd like** Can you...

feature request

### [REQUIRED] Environment - Browser version: - Alchemy SDK version: 3.3.1 ### [REQUIRED] Describe the problem Code for getting the owners of an NFT collection at a specific block height...

bug
no-issue-activity

### [REQUIRED] Environment - Browser version: node.js v20.12.0 - Alchemy SDK version: 3.3.1 ### [REQUIRED] Describe the problem So far as I can tell this is a bug with the...

bug

Currently, this sdk depends on @ethersproject/[email protected], which was released [two years ago!](https://www.npmjs.com/package/@ethersproject/providers) Not only is this a really long time, this package also depends on a vulnerable release of ws....

feature request

@thebrianchen The previous fix handled the undefined value but the comparison was wrong. `rawNftContract.openSeaMetadata?.safelistRequestStatus !== null` will return 'true' if the value is undefined.

**Is your feature request related to a problem? Please describe.** After the Polygon zkEVM testnet (Goerli-based) was discontinued and set down, no full support has been yet provided for its...

feature request