Skip to content

MarkusGalant/binance-assets-buyer

Repository files navigation

Binance Asset buyer

This is an experimental bot for auto buying assets in the binance.com exchange.

Configuration

  • Download and install NodeJs

  • Download Repo and open Repo root folder.

  • Create .env in root folder and copy , paste below code

      API key for account access
      API_KEY = ''
      Secret key for account access
      API_SECRET = ''
    
      [API Docs](https://www.binance.com/restapipub.html)
    
  • Run this command to install packages yarn

  • Run this command to start locally yarn start

Build

  • Run this command to build yarn build

Deploy

  • Run this command to deploy yarn deploy

Lint

  • Run this command to lint code yarn lint

About

Binance Asset buyer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published