https://github.com/alchemyplatform/nft-api-javascript-scripts
A collection of Javascript scripts running with Alchemy SDK, Fetch, or Axios
https://github.com/alchemyplatform/nft-api-javascript-scripts
Last synced: 5 months ago
JSON representation
A collection of Javascript scripts running with Alchemy SDK, Fetch, or Axios
- Host: GitHub
- URL: https://github.com/alchemyplatform/nft-api-javascript-scripts
- Owner: alchemyplatform
- Created: 2022-02-03T17:12:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T14:38:01.000Z (about 1 year ago)
- Last Synced: 2025-07-11T02:47:50.105Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 63
- Watchers: 11
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alchemy NFT API Javascript Scripts
Clone the repo, install dependencies, and try the API out!
1. Clone
```
git clone git@github.com:alchemyplatform/nft-api-javascript-scripts.git
```
2. Install
```
npm install
```
3. Use `alchemy-sdk` javascript sdk
```
node alchemy-sdk-script.js
```
4. Use `fetch` javascript module
```
node fetch-script.js
```
5. Use `axios` javascript module
```
node axios-script.js
```
6. Read docs for more info
https://docs.alchemy.com/alchemy/enhanced-apis/nft-api