HaroldMarie / 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

Note to readers: On December 1, 2020, the Libra Association was renamed to Diem Association. The project repos are in the process of being migrated. All projects will remain available for use here until the migration to the new GitHub Organization is complete.

My First Client Tutorial sample code

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

Setup

  git clone https://github.com/libra/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.5%Language:Python 37.9%Language:Shell 9.0%Language:Makefile 3.5%