https://github.com/alchemyplatform/transfers_api_javascript_scripts
A collection for scripts for using the Alchemy Transfers API
https://github.com/alchemyplatform/transfers_api_javascript_scripts
Last synced: 12 months ago
JSON representation
A collection for scripts for using the Alchemy Transfers API
- Host: GitHub
- URL: https://github.com/alchemyplatform/transfers_api_javascript_scripts
- Owner: alchemyplatform
- Created: 2022-04-01T14:14:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T08:49:22.000Z (over 3 years ago)
- Last Synced: 2024-05-21T04:11:08.797Z (about 2 years ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/alchemyplatform/transfers_api_javascript_scripts.git
```
2. Install
```
npm install
```
3. Use `alchemy-web3` javascript sdk
```
node alchemy-web3-all-transfers-script.js
```
4. Use `fetch` javascript module
```
node fetch-all-transfers-script.js
```
5. Use `axios` javascript module
```
node axios-all-transfers-script.js
```
6. Read docs for more info
https://docs.alchemy.com/alchemy/enhanced-apis/transfers-api