Node.js 安装与配置指南

更新命令
apt update
安装 Node.js
apt install nodejs -y
安装 npm
apt install npm -y
更新 Node.js
npm install -g n
设置最新版 Node.js
n stable
刷新 Node.js 版本
hash -r
更新 Node.js 依赖
npm install
安装 Solana 基本插件
npm install @triton-one/yellowstone-grpc bs58 buffer date-fns dotenv
启动项目
npm start