Installation
You can set the $SWAN_PATH
by the environment variable, default ~/.swan
:
Option1️⃣ Prebuilt package: See release assets
Build Instructions
Configure and Run
Edit config file ~/.swan/provider/config.toml, configuration instruction is here
Run
swan-provider
in the background
Option2️⃣ Source Code
Building the swan-provider
requires some system dependencies:
Go(required 1.18.1+)
Rustup
Build Instructions
Last updated