LoginSignup
1
1

More than 3 years have passed since last update.

【Libra】Libraの環境構築メモ

Posted at

概要

Libraの環境構築をする

最終的にインストールされるツール

  • Libra core
  • Go
  • Rust/Cargo
  • Cmake
  • Protocol Buffer

Clone

$ git clone https://github.com/libra/libra.git
$ cd libra

Setup

$ ./scripts/dev_setup.sh

Debug Buildとクライアントソフトの実行(テストネットへの接続)

$ ./scripts/cli/start_cli_testnet.sh

Happy Hacking :sunglasses: !

参考文献

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1