Skip to content

Latest commit

 

History

History
77 lines (38 loc) · 2.7 KB

README.md

File metadata and controls

77 lines (38 loc) · 2.7 KB

payforblob-ui

payforblob-UI for submitting PayForBlob transactions on Celestia blockchain network.

Guide:

  1. Clone this repository.

git clone https://github.com/VuzzyM/payforblob-ui.git

cd payforblob-ui

1

2

  1. Install bash file with permission to execute and install dependencies to run payforblob-ui.py.

chmod +x dependencies.sh

./dependencies.sh

3

  1. Install Screen.

sudo apt install screen -y

4

  1. Install lynx cli browser.

sudo apt install lynx -y

5

  1. Start a screen session.

screen -S log

6

  1. Run payforblob-ui.py in payforblob-ui directory and create a password to protect transaction for sending.

python3 payforblob-ui.py

7

Now, exit the screen session by pressing CTRL + A + D

  1. Start a lynx cli browser with my localhost ip address server.

lynx 127.0.0.1:5000

8

  1. Insert password created by you.

9

  1. payforblob transaction is submitted successfully.

10

11

Transaction on mintscan: https://testnet.mintscan.io/celestia-incentivized-testnet/txs/2424EE39F88E4A2F897DB9B7F30B79CD17E1FEB142E12391668D0ADD2B08FFF3

14

13

PayForBlob on tiascan: https://tiascan.com/light-node/12D3KooWDtmgia6UVJFSWg5enEJ4EVdR6qbwyAVmnieXnNppjnmp

12