An open API service indexing awesome lists of open source software.

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

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