Skip to content

Commit 8feb53f

Browse files
author
Leo Chen
authored
Update README.md
Updated with instruction and screenshot
1 parent 596ba9c commit 8feb53f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
11
# harmony-arm
2-
Harmony On ARM64
2+
Harmony On ARM64. It was tested on c6g instance on AWS.
3+
4+
## Quickstart
5+
* launch m6g/c6g instance; ssh into the instance
6+
* install build tools
7+
```bash
8+
sudo yum install glibc-static gmp-devel gmp-static openssl-libs openssl-static gcc-c++
9+
```
10+
* download harmony git repos
11+
```bash
12+
mkdir -p $(go env GOPATH)/src/github.com/ethereum
13+
cd $(go env GOPATH)/src/github.com/ethereum
14+
15+
git clone https://github.com/harmony-one/go-ethereum.git
16+
17+
mkdir -p $(go env GOPATH)/src/github.com/harmony-one
18+
cd $(go env GOPATH)/src/github.com/harmony-one
19+
20+
git clone https://github.com/harmony-one/mcl.git
21+
git clone https://github.com/harmony-one/bls.git
22+
git clone https://github.com/harmony-one/harmony.git
23+
24+
cd harmony
25+
make arm_static
26+
```
27+
28+
## Screenshot
29+
![screenshot](screencast/harmony-on-arm-480.gif)
30+
31+
32+
## Links
33+
[Medium Post](https://medium.com/@leo_hao/harmony-on-arm64-d4508de9929f)

0 commit comments

Comments
 (0)