/flow-java-client-example

Primary LanguageJavaApache License 2.0Apache-2.0

Java Flow Client Example

Example Java application using the Flow JVM SDK to interact with Flow blockchain.

Usage

First, install the Flow CLI.

Start the Flow Emulator in the main directory of this repository:

flow emulator start -v

Then, in a separate terminal, run the application with Gradle:

./gradlew test -i