Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathisburger/crypto-simulator
A crypto-currency simulation game
https://github.com/mathisburger/crypto-simulator
angular bitcoin coincap-io cryptocurrency css go-fiber golang
Last synced: 24 days ago
JSON representation
A crypto-currency simulation game
- Host: GitHub
- URL: https://github.com/mathisburger/crypto-simulator
- Owner: MathisBurger
- License: mit
- Created: 2021-02-15T10:06:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T13:40:08.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T23:59:27.292Z (2 months ago)
- Topics: angular, bitcoin, coincap-io, cryptocurrency, css, go-fiber, golang
- Language: Go
- Homepage: https://crypto-simulator.mathis-burger.de
- Size: 697 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crypto Simulator
A multiplayer cryptocurrency simulation game for everyone.
# Information
---
The crypto simulator is an open source simulation game based on an angular web application.
You can trade with virtual currencies, but with real coin prices. Try it out yourself by
creating an account on
the main instance.
A service is calling the coincap API every 10 seconds, and saves the
current prices and more information about the currency into the database.
If a user wants to buy a specific amount of a currency, the backend checks if the user has got enough money to buy this.
If is able to buy the currency, an entry with information about the trade, including the current price, is beeing saved
into the database.# Idea
---
I had the idea to create the crypto simulator, because I am a highschool student.
Therefore I am not allowed to trade with crypto currencies. But I was really interested
into this topic and wanted to learn more about crypto.
I created this game, to learn more about crypto currencies and learn how to trade them.