Skip to content

ngokhang66/payforblob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full stack application for submitting PayForBlob transactions on Celestia Testnet

This is an example application built with Reactjs on the frontend and Expressjs on the backend. Deploy and use on Ubuntu server + Nginx.

Desription

Create UI for allowing users to submit PayForBlob Transactions. It shows you how you can call the API in order to submit a PFB transaction, and how to retrieve the data by block height and namespace. Testing on Blockspace Race network.

Requirement

Before you can run this application, you need:

  • Install Nodejs
  • Create .env for enviroment
  • Build package to use:
cd client
npm i
cd server
npm init
npm i

Running

Use this command on client folder and server folder to run

npm start

Demo

https://celestia.demolive.dev/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published