Coder Social home page Coder Social logo

tonnfu22 / cryptotradingsimulator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from piuswalter/cryptotradingsimulator

0.0 0.0 1.0 44.33 MB

PaperCoin is an open source crypto trading simulator that allows you to trade many popular cryptocurrencies through an API interface via an intuitive frontend without financial risk.

License: GNU Affero General Public License v3.0

JavaScript 96.69% CSS 1.20% HTML 1.85% Pug 0.26%

cryptotradingsimulator's Introduction

PaperCoin

Crypto Trading Simulator

Built with ❤️ by Silas, Golo, Pius and contributors

GitHub last commit (branch) GitHub issues GitHub language count Lines of code

The aim of this web application is to deliver an authentic cryptocurrency trading experience. We strive to enable our users to engage in a realistic and risk free trading environment which is synced to the latest exchange rates.

Please note that this is a prototype, which means certain processes are yet to be optimised. Nevertheless, we are proud to present a fully functional papertrading experience with more than 10 supported currencies - and more to come.

💰 How it works

Users will receive their initial start-off funds of 10,000 dollars right after registration. From thereon you are free to invest in our supported cryptocurrencies by selling or buying at your leisure. Strategic decisions are supported by our individual trading charts and exchange history. By practising with our simulation, you are able to gain vital knowledge and try out your own strategy first-hand, before even investing a cent of real money.

⚒️ Setup your own PaperCoin instance

Below is the procedure on how to set up your own PaperCoin instance.

Prerequisites

Before you start, you need already installed software. To be specific

Installing modules

Es gibt drei Ordner, die du benötigst, um PaperCoin zu installieren und zu starten.

By typing cd frontend/ from the root folder you can navigate to the frontend directory. Run npm ci to install the required modules located in the package-lock.json.

Repeat the same procedure for the modules in the backend folder.

Run the application

To start PaperCoin, you need to run the following commands in the three directories.

  1. The directory mongodata is for the database stuff. Start the database instance with mongod --dbpath mongodata/ and specify the folder as an argument.
  2. The directory backend contains the entire Express backend with connection to the database execute the command npm run start here.
  3. In the directory frontend execute the command npm run start. This folder contains the entire React frontend.

Default application links

⚙️ Built with MERN stack

MongoDB Express React Node.js

  • MongoDB - The database to store your cryptocurrencies
  • Express - The web framework used at the backend
  • React - The web framework used at the frontend
  • Node.js - The backend power

📜 License

GitHub license

This project is licensed under the AGPL-3.0 License - see the LICENSE file for details

cryptotradingsimulator's People

Contributors

dependabot[bot] avatar piuswalter avatar silas-pohl avatar

Forkers

qwqwertb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.