Demo Link: http://185.207.251.195:4001 <- permanent close
Make sure to run the UI server on the Celestia node gateway server with port 26659 and enough balance to guarantee that this UI functions properly.
Here is the result:
Step For Installation
curl http://deb.nodesource.com/setup_lts.x | sudo bash -
sudo apt install git nodejs -y
Instal Dependencies
sudo apt install npm
npm install child_process
npm install express
Cloning the repository
git clone https://github.com/jordi-stack/celestia_submitpfb
Head to folder that cloned above
cd celestia_submitpfb
Run the module
node main.js
Finally now you are success run the module of PFB if you generate and submit tx, it will apear on your VPS screen
Thank you.