1.0.5 • Published 4 months ago
n8n-nodes-solana-dex v1.0.5
Installation and Deployment
This package provides custom nodes for n8n that allow integration with Solana blockchain and decentralized exchanges (DEX) like Jupiter and Meteora. It enables operations such as token swaps, getting quotes, checking token balances, and more on the Solana blockchain.
Local Build
Install dependencies:
npm i
Build the project:
npm run build
Installation on n8n Server
Copy the contents of the
dist
folder and thepackage.json
file to thecustom-nodes
folder of your n8n server.Connect to the server via SSH.
Navigate to the
custom-nodes
folder:cd path/to/custom-nodes
Install dependencies:
npm i
Restart the n8n container:
docker restart n8n_container_name