alchemyplatform / token-api-javascript-scripts

A collection of Javascript scripts running with Alchemy Web3.js, Fetch, or Axios Topics Resources

Home Page:https://docs.alchemy.com/alchemy/guides/token-api-quickstart-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alchemy Token API Javascript Scripts

Clone the repo, install dependencies, and try the API out!

  1. Clone
git clone https://github.com/alchemyplatform/nft-api-javascript-scripts.git
  1. Install
npm install
  1. Use alchemy-web3 javascript sdk
node alchemy-web3-script.js
  1. Use fetch javascript module
node fetch-script.js
  1. Use axios javascript module
node axios-script.js
  1. Read docs for more info, specific API methods and more:

https://docs.alchemy.com/alchemy/guides/token-api-quickstart-guide

About

A collection of Javascript scripts running with Alchemy Web3.js, Fetch, or Axios Topics Resources

https://docs.alchemy.com/alchemy/guides/token-api-quickstart-guide


Languages

Language:JavaScript 100.0%