Getting Started

Prerequisites

The following software needs to be installed:

  • Git, the revision control system
  • SBT, the simple build tool for Scala

Example Project

The examples from the concepts and use cases chapters may be found on https://github.com/virtufin/virtufin-examples.

Clone the project by running

$ git clone https://github.com/virtufin/virtufin-examples.git

Examples may now be run from sbt with the run command:

$ cd virtufin-examples; sbt run