Skip to main content

Running Examples

Command Line Interface(CLI)

You should run the examples from within the client crate. The examples shown in this doc were executed on Linux but should work on the other supported platforms. Make sure to adapt paths according to your operating system default.

For example, Windows requires backslashes \ as a delimiter for a path. This could pose a problem, as backslashes are also used to escape characters.

You can find the example code in the official Stronghold repository