-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Andrei Krivenko edited this page Jun 18, 2025
·
1 revision
- You will need Node.js v22.16.0 (You can install via nvm: https://github.com/nvm-sh/nvm):
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"