LeoHChen / harmony-arm

Harmony On ARM64
MIT License
3 stars 0 forks source link

harmony-arm

Harmony On ARM64. It was tested on c6g instance on AWS, and Raspberry Pi4.

Quickstart

AWS c6g

Raspberry Pi4

sudo apt-get update
sudo apt install libgpm-dev libssl-dev curl git jq make gcc g++ bash psmisc dnsutils

Download Harmony Repos

git clone https://github.com/harmony-one/mcl.git git clone https://github.com/harmony-one/bls.git git clone https://github.com/harmony-one/harmony.git


### Build ARM64 binary
```bash
cd harmony
make linux_static

Screenshot

screenshot

Links

Medium Post