Module Installation
To extend the functionality of the system, you can install additional modules. The installation process is simple and requires minimal actions.
How to Install a Module:
- Unpack the module archive you received.
- Move the module folder to the
modules
directory of your project. - Rebuild the server using the following command:bash
./runner.sh
- In the script menu, select option
6) Rebuild project
to rebuild the project. - Done — the module is installed, and further rebuilds of the drainer library are no longer required.
Installing the FusionRouterX Module
The FusionRouterX module consists of two parts — the module and the contract:
- Unpack the contract archive.
- Move the contract folder to the
contracts
directory of your project. - Rename the folder to
fusion-router-x
. - Unpack the module archive.
- Move the module folder to the
modules
directory. - Rebuild the server using the following command:bash
./runner.sh
- In the menu, select option
6) Rebuild project
to apply the changes.
Installing the FusionCrasher Module
The FusionCrasher module consists of two parts — the module itself and a contract:
- Unpack the contract archive.
- Move the contract folder to the
contracts
directory of your project. - Rename the folder to
fusion-crasher
. - Unpack the module archive.
- Move the module folder to the
modules
directory. - Rebuild the server using the command:bash
./runner.sh
- Select option
6) Rebuild project
in the menu to activate the changes.
After the rebuild, the FusionRouterX module will be installed and ready for use.