Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 390 Bytes

frostdart

Dart interface to the Serai FROST multisig implementation

Building

git clone https://www.github.com/cypherstack/frostdart
cd frostdart
git submodule update --init --recursive
cd scripts/[platform]
./build_all.sh

or build_all.bat for Windows.

Rust 1.71.0 is required. [rustup](https://rustup.rs/) toolchain install 1.71.0-x86_64-pc-windows-msvc for Windows.