/celestia-mint-inscription

auto mint cia-20 #Inscription with typescript

Primary LanguageTypeScript

celestia-mint-inscription

auto mint cia-20 #Inscription with typescript

How to use:

  1. Install nodejs and npm: Here

  2. Download code and open file: start.ts and change your info:

    • const MY_KEY = "xxxxxxxxxxxxx" //change "xxxxxxxxxxxxx" with your Mnemonic

    • const TOTAL_TX = 3 //change to a number transsaction you want

  3. Install:

    • npm install -g ts-node
    • npm install
  4. Start:

    • npm start

image