Unreal SDK
Integration and Initialization
1.  Get the code
git clone https://github.com/Sending-Network/sendingnetwork-unreal-sdk.git2. Build with CMake
mkdir -pv build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/prefix
make installDependencies:
lager,immer,zug,boost,nlohmann_json,olm,libcrypto++, cpr, Catch2, libhttpserver
3. Compiling in a Docker environment
- Start 
docker pull reg.lily.kazv.moe/kazv/libkazv-deps/deps:servant- Build 
docker build -t libkazv:v0.1 .4. Run an example
cd /build/libkazv
./basexample ../../auth.txtLast updated
