Client for Brass Golem Network.
-
actix-wamp (api docs) - Asynchronous client library for WAMP.
-
golem-rpc-api (api docs) - Typesafe binding for Brass Golem RPC services.
-
golem-rpc-api-macro - Procedural macros for binding Brass Golem RPC endpoints.
-
golemcli - command line interface for Brass Golem (re)implemented in Rust.
On Unix:
curl -sSf https://golemfactory.github.io/golem-client/install/golemcli-update.sh | bash
This project builds under Windows (validated under VC toolchain), after following prerequisites are installed:
rustup upgrade
- get latest stable Rust toolset- Install Perl (eg. https://www.activestate.com/products/activeperl/downloads/)
- Install OpenSSL (https://slproweb.com/products/Win32OpenSSL.html)