$ npm init
Dependencies - Solana, Metaplex, Axios
$ npm i @solana/web3.js @metaplex/js axios
- Solana: @solana/web3.js - Library that connects to the nodes on the Solana blockchain
- Metaplex: @metaplex/js - Library that contains the standards/protocols to connect to Solana NFTs
- Axios: axios - Library to manage HTTP requests