An open API service indexing awesome lists of open source software.

https://github.com/cypherstack/frostdart


https://github.com/cypherstack/frostdart

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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 or newer is required. `[rustup](https://rustup.rs/) toolchain install 1.71.0-x86_64-pc-windows-msvc` for Windows.