auto mint BGNT #Inscription with typescript
-
run similar with video: https://twitter.com/solotop999/status/1736726215116177505
-
Install nodejs and npm: Here
-
Download code and open file:
start.ts
and change your info:-
const PRIVATEKEY = 'd3230222c226f70223a226d696824d567dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx96' //
-
const TOTAL_TX = 30 //change to number transaction you want
-
-
Install:
- Open cmd and move on cmd to your folder include source
npm install -g ts-node
npm install
-
Start:
npm start