diem / my-first-client

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 49.7%Language:Python 37.7%Language:Shell 9.0%Language:Makefile 3.6%