/my-first-client

A tutorial to demonstrate how to build a client on the Libra testnet.

Primary LanguageJavaApache License 2.0Apache-2.0

My First Client Tutorial sample code

This repo includes example code for the My First Client tutorial.

Setup

git clone https://github.com/diem/my-first-client.git

Install language dependencies.

Requirements for each SDK:

  • Python: Python v 3.7.*, pipenv
  • Java: Java 8+, gradle v5

Run examples

make java		# for Java
make python		# for Python