/injective-mint-inscription

auto mint injs-20 #Inscription with typescript

Primary LanguageTypeScript

injective-mint-inscription

auto mint injs-20 #Inscription with typescript

How to use:

  1. run similar with video: https://twitter.com/solotop999/status/1736726215116177505

  2. Install nodejs and npm: Here

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

    • const MY_KEYS = 'nasty jelly during tent mixture usual winner grace almost talent glow educate' //change to your mnemonic

    • const TOTAL_TX = 10000 //change to number transaction you want

  4. Install:

    • Open cmd and move on cmd to your folder include source
    • npm install -g ts-node
    • npm install
  5. Start:

    • ts-node-cwd.cmd start.ts

image