Skip to content

cryptobot, polymesh, polyx, typescript, sweeperbot

Notifications You must be signed in to change notification settings

miguel-0196/polymesh-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymesh bot

Watch the video

Setup

  1. Node.js

    If you don’t have Node.js installed, install it from here.

    Use the LTS (long time support) variant. If you want to check if node has been installed successfully, go open the cmd and type node -v. If everything is ok, you should see something like v20.13.1

  2. Typescript

    Run the following command in the cmd.

    npm install -g typescript ts-node
    

    This will install Typescript globally. In the same manner, if you want to check for Typescript being installed, type tsc -v in the cmd and you should get back something like Version 5.3.3.

  3. Navigate into the project directory and then install dependencies.

    yarn install
    
  4. Run the app:

    npm run

About

cryptobot, polymesh, polyx, typescript, sweeperbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published