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
Required for dependency installation and TypeScript compilation.
Required for Lua 5.4 and escrow support.
Framework and database compatibility layer.
Open resource ↗Installation steps
- 01
Extract the resource
Copy the package into your resources directory without renaming it.
av_advanced_crypto - 02
Import the database
Import the included SQL file into your server database.
- 03
Configure translations
Edit the shared translation types.
source-files/shared/@types - 04
Configure the server
Select your framework and database resource.
server.ts - 05
Configure the client
Select your framework in the client configuration.
client.ts - 06
Install and compile
Run the full installer to install modules and compile the JavaScript output.
dev/full_install.bat
Important file locations
source-files/shared/@types/shared-translations.tsShared resource translations.