Skip to content

This project allows you to mint inscriptions on the Celestia blockchain.

Notifications You must be signed in to change notification settings

yamiaura/Celestia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

This project requires Node.js to be installed on your system.

Installation

  1. Clone the repository:
    git clone https://github.com/BitYami/Celestia
    
  2. Navigate to the project directory and install the dependencies:
    cd Celestia
    npm install
    

Configuration

Open the Data.json file and update the following information:

  • Memonic: Your recovery phrase
  • TotalTx: Total transactions
  • MEMO: Inscription MEMO provided by the project
  • FEE: Fee in native token
  • GAS: Gas amount

Save the changes.

Usage

Run the script with the following command:

node TIA.js

About

This project allows you to mint inscriptions on the Celestia blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%