This is an old project and isn't being actively maintained. Some of the libraries have since been deprecated and this may cause some of the dependencies to fail. We're not providing any support for this project anymore.
The main aim of the platform is to provide a web based exchange facility for the up and coming digital currencies including Bitcoin, Litecoin and the ability to trade them against standard fiat currencies. The platform has been designed to be used by retail and institutional traders and investors. The platform will be available internationally through web based platform and will be accessed using a web browser on a computer or mobile device.
The product serves as a platform for trading different digital currencies for different fiat currencies. The digital currencies available for trading are going to be:
- Bitcoin (BTC)
- Litecoin (LTC)
The major fiat currencies available for trading are going to be:
- US Dollar (USD)
- Euro (EUR)
- Sterling Pound (GBP)
- Australian Dollar (AUD)
- Swiss Franc (CHF)
- Japanese Yen (JPY)
The platform is a self contained product with not much integration with external system(s). However, the billing module will have to support some different mechanisms for depositing money into user accounts that may include:
- Paypal deposit
- Bank/wire transfer deposit
- Bitcoin deposit
Cryptocurrency market has been on rise in the recent years and has become a popular financial entity. The crypto market is decentralized it's not being controlled by any single authority offering more control to the users. Some of the cryptocurrencies can also be used by setting a fixed supply cap making them more imune to inflation. This makes the cryptocurrency market highly profitable.
To gain profit from cryptocurrency market apart from investing in trading cryptocurrencies itself one can take advantage from market liquidity by creating their own cryptocurrency exchange. Creating a cryptocurrency exchange offers the advantage of being a part of the cyrpto market itself and one can take advantage of the transaction fees to generate revenue.
- Grails: Server side MVC, Backend REST Integration
- Spock: Spock is a testing and specification framework for Java and Groovy applications
- Selenium: Browser automation framework
- Geb: Geb is a browser automation solution for e2e/functional testing
- AngularJS: Client side MVC, DI, Data Binding, etc.
- Jasmine: JavaScript testing framework
- jQuery: A cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
- Karma: JavaScript unit test runner
- Protractor: JavaScript e2e test runner
- HighCharts: Charting API
- Istanbul: A JS code coverage tool
- HTML5/CSS3/JS:
- Grunt: Task manages, needed to handle assets optimization
- Bower: Client-side code package manager
- Yeoman: Used for quickly & easily creating an angularJs based application
Backend code for coin exchange is kept here: https://github.com/coin-worx/coin-exchange-backend
Docker file for coin-exchange front end is kept here: coin-exchange-frontend/Dockerfile
To generate docker image for coin-exchange front end. Follow the given steps
- Go to
coin-exchange-frontend
in console (or terminal) - Run
grails war
- To build docker image run
docker build -t frontend -f Dockerfile .
- To run docker image run
docker run --net=host -p 8080:8080 -t frontend:latest
Unit Tests details are kept here: coin-exchange-frontend/test/javascript/unit
- Grails v2.3.8
- Java v1.6
- MySql
- Git
- Tomcat
- Clone the application from repo:
git clone https://github.com/coin-worx/coin-exchange-frontend.git
grails clean
(To clean the application)grails compile
(To compile the application)grails run-app
(To run the application)- If above commands are successful then you will see a log on your terminal saying that application can be accessed at:
localhost:8080/coinexchange
. - You have to write following url
localhost:8080/coinexchange
in url browser window and press Enter.
- Go to
coin-exchange-frontend
in console (or terminal) - Run
grails integrate-with --intellij
- In intellij idea File -> Open, go to coin-exchange-frontend and open coin-exchange-frontend.ipr
- Press Convert when IDE will ask.
- Run project always from console, not from IDE.
When running locally through grails run-app
, then logs can be found under this location ...\coin-exchange-frontend\logs
.
Got a question? File a GitHub issue, send us an email at info@aurorasolutions.io or reach out to us on social media Twitter, Facebook
Please use the issue tracker to report any bugs or file feature requests.
PRs are welcome. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
The project is created and maintained by Aurora Solutions. Like it? Please let us know at info@aurorasolutions.io
See our other projects