Crypto Currency For QB-Core
This resource handles the cryptocurrency market for players to be able to buy/sell qbit. It also includes an item called a "cryptostick" that can be exchanged at a configured location for qbit. Some jobs have this item as a random reward already
This resource only works with qb-phone. Without it, players will not be able to buy or sell qbit!
Documentation for this resource and others can be found at docs.qbcore.org
/setcryptoworth
- Admin only command to set a crypto types worth
/checkcryptoworth
- Check the current worth of qbit
/crypto
- View your qbit balance and worth
To setup live tracking of crypto prices you must register for an APIKey at https://min-api.cryptocompare.com/pricing and follow these instructions to enable live tracking:
-
Register for an APIKey at https://min-api.cryptocompare.com/pricing
Note: The free account will last about 1 year if the
tick_time
is set to retrieve new data every 2 minutes. The free acount limit of API calls is capped at 100,000 calls per month and 250,000 lifetime calls. -
Set the value of
Api_key
underTicker
inconfig.lua
to the API Key you got from the previous step. -
Change the value of
Enabled
underTicker
inconfig.lua
totrue
Now you're all set! Restart the script for it to begin getting live cryto prices!
QBCore Framework
Copyright (C) 2021 Joshua Eger
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>