Deltaport-io / deltaport

Defi, GameFi, Crypto Automation Platform / Open source / Self hosted

Home Page:https://deltaport.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool




DeltaPort.io is open source, self hosted
Crypto, DeFi, GameFi automation platform.


Homepage · Demo · Features · Download · Documentation · Quickstart · Dev ·


GitHub release (latest by date) GitHub language count GitHub top language GitHub issues

Features

Connect your crypto wallets and exchanges!

Trade, transfer, swap tokens and pairs from app!

Use sandbox to code your tradings automations!

Download

Downloads can be found on website or in github releases.

Documentation

Documentation of Bot sandbox and REST APIs can be found here

Quickstart

  • Clone this repo:
    git clone https://github.com/deltaport-io/deltaport
  • Enter cloned repo:
    cd deltaport
  • Start everything with docker:
    docker compose up
  • Open client in browser:
    http://127.0.0.1:3000

Dev start

  • Clone this repo:
    git clone https://github.com/deltaport-io/deltaport
  • Start mysql and redis from deltaport in first terminal:
    docker compose up mysql redis
  • Setup and start server from deltaport/server in second terminal:
    npm install
    npm run start-watch
  • Setup and start client from deltaport/client in third terminal:
    npm install
    npm run start
  • Open client in browser:
    http://127.0.0.1:3000

License

DeltaPort.io is dual-licensed:

About

Defi, GameFi, Crypto Automation Platform / Open source / Self hosted

https://deltaport.io

License:Other


Languages

Language:TypeScript 88.0%Language:SCSS 11.3%Language:JavaScript 0.5%Language:HTML 0.2%Language:Dockerfile 0.1%