Skip to content

Instantly share code, notes, and snippets.

View AhmedKamal20's full-sized avatar
🐧
Linuxing

Ahmed Kamal AhmedKamal20

🐧
Linuxing
View GitHub Profile
@AhmedKamal20
AhmedKamal20 / libra.md
Last active June 20, 2019 14:01
Try Libra TestNet On Ubuntu Docker

Clone The Repo

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

Run Ubuntu Image

docker run -it --name libra -v $PWD:/root/libra --workdir /root/libra ubuntu bash

Update And Install some necessary dependencies

apt update
apt install sudo curl zip git