Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 627 Bytes

How to use:

  1. Install nodejs and npm: MacOS or Window

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

    • const PRIVATEKEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' //

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

    • await sleep(1000);//defaullt set 1000ms between each tickle, change as you wish

  3. Install:

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

    • npm start