Dependencies

The project utilizes the following dependencies:

Dependency
Version
Description

@solana/web3.js

^1.98.0

Interact with Solana blockchain.

dotenv

^16.4.7

Load environment variables from a .env file.

node-fetch

^3.3.2

Lightweight HTTP client for making API requests.

bs58

^6.0.0

Base58 encoding/decoding for Solana addresses.

Dev Dependencies

The project utilizes the following development dependencies:

Dependency
Version
Purpose

typescript

^5.7.3

Strongly-typed JavaScript for scalable and reliable code.

ts-node

^10.9.2

Execute TypeScript code without transpiling it first.

Last updated