๐ชCRYPTO
Adding new crypto currency (ESX)
You need first to add new account in your es_extended config like below

When you add new account, go to crypto config and add this account here

Adding crypto history
sender
string
receiver?
string
amount
number
crypto
string
exports['piotreq_phone']:AddCryptoHistory(sender, receiver, amount, crypto)
-- Example
exports['piotreq_phone']:AddCryptoHistory('000001', '000002', 10, 'sultanium')
Last updated