Skip to main content
Advanced CryptomarketDeprecated

Installation

Install the cryptomarket resource and configure its database, framework, translations and TypeScript build.

danger

Do not rename the resource. Keep its directory name as av_advanced_crypto. Renaming it can cause errors and prevent update notifications from working.

Required dependencies

Node.js

Required for dependency installation and TypeScript compilation.

FiveM artifact 4752+

Required for Lua 5.4 and escrow support.

Installation steps

  1. 01

    Extract the resource

    Copy the package into your resources directory without renaming it.

    av_advanced_crypto
  2. 02

    Import the database

    Import the included SQL file into your server database.

  3. 03

    Configure translations

    Edit the shared translation types.

    source-files/shared/@types
  4. 04

    Configure the server

    Select your framework and database resource.

    server.ts
  5. 05

    Configure the client

    Select your framework in the client configuration.

    client.ts
  6. 06

    Install and compile

    Run the full installer to install modules and compile the JavaScript output.

    dev/full_install.bat

Important file locations

Localization
source-files/shared/@types/shared-translations.ts

Shared resource translations.