auto mint cia-20 #Inscription with typescript
-
Install nodejs and npm: Here
-
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
-
-
Install:
npm install -g ts-node
npm install
-
Start:
npm start