Skip to content

blockchainsllc/vade-bin

Repository files navigation

Vade-Libraries

Quick Run

git submodule update --remote
./refresh_builds.sh

Tested only on MACOS

Potentially vulnerable stuff that was overlooked and Other magic(dirty fix) code

  • Dockerfile.wasm installs wasm-pack from a fork because the original package has a critical bug(rustwasm/wasm-pack#781 (comment)) in it at the time of writing this
  • A seperate Cargo.toml that excludes compilation of vade-didcomm/portable for certain architectures is used. it is named Cargo.toml.new. This is done because rocksdb fails to compile for certain architectures and didcomm is the only plugin that uses rocksdb