Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamlawrencium/Ostia
Ostia is a cryptocurrency trading platform that allows you to run algorithmic trading strategies across all major exchanges.
https://github.com/adamlawrencium/Ostia
bitcoin cryptocurrency ethereum finance trading trading-bot
Last synced: 2 months ago
JSON representation
Ostia is a cryptocurrency trading platform that allows you to run algorithmic trading strategies across all major exchanges.
- Host: GitHub
- URL: https://github.com/adamlawrencium/Ostia
- Owner: adamlawrencium
- License: mit
- Created: 2016-09-06T21:26:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T05:16:04.000Z (about 7 years ago)
- Last Synced: 2024-08-02T02:16:16.525Z (5 months ago)
- Topics: bitcoin, cryptocurrency, ethereum, finance, trading, trading-bot
- Language: JavaScript
- Homepage: https://blockzeus.com/
- Size: 4.66 MB
- Stars: 63
- Watchers: 10
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Ostia is a cryptocurrency trading platform that allows you to test and run algorithmic trading strategies.
## Getting started
The easiest way to run Ostia is to deploy it to Heroku -- or you can clone the app locally and run it on your machine.### Deploy to Heruoku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)Or just go to an already deployed version here: https://ostiatrading.herokuapp.com/ (old version here: https://ostrade.herokuapp.com, might take a second for the Heroku dyno to spin up)
### Install and run locally on your machine
```
git clone https://github.com/adamalawrence/Ostia.git
```
First of all make sure you have Node properly installed. Then...
1. Install dependencies
```
npm install
```
2. Start application
```
npm start
```
3. Visit the Ostia dashboard on your browser
```
localhost:3000/
```