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

https://github.com/alchemyplatform/token_api_javascript_scripts

Javascript Scripts for Token API tutorials
https://github.com/alchemyplatform/token_api_javascript_scripts

Last synced: about 1 year ago
JSON representation

Javascript Scripts for Token API tutorials

Awesome Lists containing this project

README

          

# Alchemy Transfers API Javascript Scripts

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

1. Clone

```
git clone https://github.com/OMGWINNING/token_api_javascript_scripts.git
```

2. Install

```
npm install
```

3. Use `alchemy-web3` javascript sdk

```
node tx-history-from-alchemyweb3.js
```

4. Use `fetch` javascript module

```
node tx-history-from-fetch.js
```

5. Use `axios` javascript module

```
node tx-history-from-axios.js
```

6. Read docs for more info

https://docs.alchemy.com/alchemy/enhanced-apis/token-api