Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

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
  1. Start application
npm start
  1. Visit the Ostia dashboard on your browser
localhost:3000/

About

Ostia is a cryptocurrency trading platform that allows you to run algorithmic trading strategies across all major exchanges.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.