Добро пожаловать на сайт центра оперативной и деловой печати Print Art Plyus MMC.
sudo cp target/release/ravenx-api /opt/ravenxd/ sudo tee /etc/systemd/system/ravenx-api.service > /dev/null <<'EOF' [Unit] Description=RavenX API Gateway After=network.target ravenxd.service
sudo systemctl daemon-reload sudo systemctl enable --now ravenx-api ravenxd
All commands accept --socket /var/run/ravenxd.sock if you need to point at a non‑default location. ravenxd
git clone https://github.com/ravenx-io/ravenxd.git cd ravenxd # Build the core daemon, API gateway, and CLI cargo build --release ravenxd
[dependencies] ravenx-plugin = "0.3" use ravenx_plugin::Plugin, Order, Trade, Context;