Skip to content

Installation

Andrei Krivenko edited this page Jun 18, 2025 · 1 revision
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
nvm install v22.16.0
nvm use v22.16.0
  • Cloning and building node:
git clone https://github.com/Adamant-im/ipfs-node.git
cd ipfs-node 
npm i
npm run build
  • Running node with pm2 process manager:
npm i -g pm2
pm2 start dist/index.js --name="IPFS node"
Clone this wiki locally