tree: 8a1acd8ce2daa21b94738cd8607cf8a9a1f250c3 [path history] [tgz]
  1. src/
  2. build.gradle
  3. pom.xml
  4. README.md
mnemonic-examples/README.md

Mnemonic Examples

The examples demonstrate how to use the Mnemonic.

To run the default example Main:

  $ # requires 'vmem' memory service to run, please refer to the code of test cases for details.
  $ mvn exec:exec -Pexample -pl mnemonic-examples

To run a specific example by providing the example name under the examples:

  $ mvn exec:exec -Pexample -pl mnemonic-examples -Dexample.name=<the example name> [-Dexample.args="<arguments separated by space>"]

For how to run the examples in the Docker, please refer to the Docker usage at the documentation of Mnemonic.