[STANDALONE] [PAID] Cryptomarket 2.0

Welcome.

Pep talk
At first I really wanted to implement the full blockchains for the cryptos to see where it came from where it went and other things, but I came to the conclusion it does not worth the performance and the mysql saves. But yeah.

This resource is standalone, so it is not linked to any framework, comes from that you will need to adjust some functions to fit your server, explanations on my documentation website.

Before you buy
The script uses an API to work.
If the API is down the script will not work properly.

2.0 update(s)

  • The code now is written in Typescript, not Javascript.
  • Using crypting-up api for the prices, which is updating more frequently.
  • I raised the 60000 update interval to five minutes, we can not just flood a free crypto api a millions of times per day.
  • Sometimes the NUI did not update with the serverside events.
  • Lodash set html, so we basically have one event to modify the NUI frontend.
  • And many other small things, which do not worth mentioning.

Updated the whole resource Documentation, make sure to read it.

Features and thingies

  • ‘Real’ crypto currency prices, we are using crypting-up api.
  • Wallet hash generated for the players, players can send crypto to online players with targetId, or offline with the target’s wallet hash.
  • Payments history, outgoing-incoming.
  • Crypto transactions history, when someone buys/sells a crypto it is showed to everyone with his wallet hash.
  • Crypto price history chart, we are ‘manually’ saving the prices when the update happens, we could not find a free crypto-history api, so we implemented our ‘system’. This means, if your server is not running, then it does not saves that days history.
  • There is a custom ‘cryptobalance’ linked to your wallet, we needed this because we are using 3 decimals for the prices, and we did not wanted to mess with your server bank system, so you will need to top up your crypto account’s balance to buy cryptos.
  • Crypto prices are also using 3 decimals.
  • Easily addable cryptocurrencys.

Dependencies

  • mysql
  • Node (to install the dependency files via npm)

Video
Price: 19.99€ (without taxes :zipper_mouth_face:)
Tebex
Documentation
Discord

The notification system which is in the video is our custom notification, you will need to add your notification resource to show up the notifs.

Important
If you have any questions you can reach me on my Discord, feel free to tag me.
If I do not respond immediately do not be mad, I am a simple man, I also have things to do in my life. Last but not least, please do not send me message(s) here on the forum, I am receiving many messages here, also on my email and other places, easier to focus on one platform to answer all of the questions. (DISCORD)

Images





My other resources
Casino Roulette
Casino Three Card Poker
Custom DrawNotification
Inventory System
Mobile Data Computer
Golf

9 Likes

Hello, is it obfuscated or something like that?

no real guide on how to set it up, and support is extremely slow… still have no answer on how to fix it.

2 days going on 3 days later now, no support at all given to me or anyone else with the issues, highly recommend staying clear of this script until they get their support sorted over playing games etc.

1 Like

rip, was gunna buy it :confused:

Good work!

1 Like

Hi, any update? did you received support for the bugs?

Hello, is it obfuscated ?

The main source code is written in Typescript which can not be obfuscated, you are allow to see the core of the script.

How does one bring up the crypto GUI after installing it ?

Is there some export to open it ?

And I assume we need to create the lua config file and define the exports

Hello, there are export functions for it yeah.