DeltaPort.io is open source, self hosted
Crypto, DeFi, GameFi automation platform.
Homepage · Demo · Features · Download · Documentation · Quickstart · Dev ·
Connect your crypto wallets and exchanges!
Trade, transfer, swap tokens and pairs from app!
Use sandbox to code your tradings automations!
Downloads can be found on website or in github releases.
Documentation of Bot sandbox and REST APIs can be found here
- 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
- 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
DeltaPort.io is dual-licensed:
-
AGPLv3 for open source use.
-
Commercial license for use in non-GPL setting. Contact us at contact@deltaport.io for details.