Skip to content

Commit 2e7db49

Browse files
committed
Add genesis setup notes
1 parent ec3a85a commit 2e7db49

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

convex-cli/GENESIS.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Genesis Setup
2+
3+
This doc describes that standard genesis process for a new convex network
4+
5+
6+
7+
8+
9+
```
10+
Linux genesis-peer 6.1.0-27-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
11+
12+
The programs included with the Debian GNU/Linux system are free software;
13+
the exact distribution terms for each program are described in the
14+
individual files in /usr/share/doc/*/copyright.
15+
16+
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
17+
permitted by applicable law.
18+
```
19+
20+
## Genesis Setup Commands run
21+
22+
### Install Java
23+
24+
```
25+
sudo apt update
26+
wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb
27+
sudo dpkg -i jdk-21_linux-x64_bin.deb
28+
```
29+
30+
### Set up Convex
31+
32+
Upload `convex.jar` to home directory
33+
34+
Run or add line to `.bashrc`
35+
36+
```
37+
alias convex="java -jar ~/convex.jar"
38+
```
39+
40+
### Upload keystore
41+
42+

0 commit comments

Comments
 (0)