๐Ÿช™CRYPTO

  1. Adding new crypto currency (ESX)

You need first to add new account in your es_extended config like below

Example

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

Example
  1. 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