Make sure your system is ready to harness the power of Perfuse! 🚀
Your project will take flight with these basic specs:
-
Operating System:
- 🐧 Linux (Ubuntu 20.04+ recommended)
-
Hardware:
- 🧠 Processor: 4 Cores or more
- 💾 Memory: 16GB RAM or more
- 💽 Storage: 800GB available disk space or more
For the smoothest, most optimal experience, we recommend:
-
Operating System:
- 🐧 Linux (Ubuntu 22.04 LTS)
-
Hardware:
- 🧠 Processor: 8 Cores or more
- 💾 Memory: 32GB RAM or more
- 💽 Storage: 1TB available disk space
Your project will take flight with these basic specs:
-
Operating System:
- 🐧 Linux (Ubuntu 20.04+ recommended)
-
Hardware:
- 🧠 Processor: 8 Cores or more
- 💾 Memory: 32GB RAM or more
- 💽 Storage: 2TB available disk space or more
For the smoothest, most optimal experience, we recommend:
-
Operating System:
- 🐧 Linux (Ubuntu 22.04 LTS)
-
Hardware:
- 🧠 Processor: 8 Cores or more
- 💾 Memory: 64GB RAM or more
- 💽 Storage: 4TB available disk space
curl -o- https://github.com/nvm-sh/nvm/v0.39.7/install.sh | bashnvm install 20sudo apt install make -y
⚠️ Browser Compatibility NotePerfuse works best in Chrome and Firefox. The Polkadot.js browser extension is also only fully supported in Chrome and Firefox.
Other browsers (like Safari, Edge, or Brave) may not support the Polkadot.js extension properly and could cause issues.
git clone https://github.com/Zeeve-App/perfuse.git
cd perfusecp .env.example .env
npm install
npm run build
npm run startIt will start the server in port 3000. You can go to the http://localhost:3000/ and create the parachain from UI.
cp .env.example .env
npm i
npm run build
npm i -g pm2
pm2 start npm --name "perfuse" -- start -- -H 0.0.0.0Once the server is running, access it at http://localhost:3000/ . You will be directed to a login page. To proceed, enter the following credentials:
- Email: perfuse@perfuse.io
- Password: perfuse@123
- Perfuse application source is licensed under GNU AGPLv3 license