Code Monkey home page Code Monkey logo

arbitrage's Introduction

Arbitrage

코인원과 업비트 간에 차익거래를 실행하는 봇입니다.

환경설정

  • .env.develop 파일을 .env 파일로 복사 합니다.
  • .env 파일을 수정합니다.
  • 코인원에서 발급받은 api 키를 .env 파일에 입력합니다.
  • 업비트에서 발급받은 api 키를 .env 파일에 입력합니다.
LOG_LEVEL=debug

COINONE_ACCESS_KEY=
COINONE_SECRET_KEY=

UPBIT_ACCESS_KEY=
UPBIT_SECRET_KEY=

# 거래 가능한 코인
TRADE_SYMBOL=ADA,ALGO,ATOM,BTC,DOGE,ETH,KRW,MATIC,SOL

# 최소 거래 금액
MINIMUM_AMOUNT=5000

# 코인원 수수료
COINONE_FEE=0.002

# 업비트 수수료
UPBIT_FEE=0.0005

실행방법

  • 터미널 사용
$ npm run dev
  • Visual Studio Code Task Explorer 사용
    • 에디터 왼쪽 탐색기 아래 부분 살펴보기
    • TASK EXPLOER 보기
    • npm > dev > ▷(Play) 버튼 클릭

arbitrage's People

Contributors

taeguni avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.