https://github.com/cypherstack/frostdart
https://github.com/cypherstack/frostdart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cypherstack/frostdart
- Owner: cypherstack
- License: gpl-3.0
- Created: 2023-08-01T18:54:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T21:11:44.000Z (8 months ago)
- Last Synced: 2025-10-16T22:45:48.242Z (8 months ago)
- Language: Dart
- Size: 411 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.