Skip to content
Snippets Groups Projects
Commit a196694f authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Updated installation instructions.

parent a38ce29e
No related branches found
No related tags found
No related merge requests found
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
## TEST NETWORK ## TEST NETWORK
1. Install Ubuntu 1. Install Ubuntu
2. add-apt-repository -y ppa:ethereum/ethereum 2. `sudo apt install software-properties-common`
3. apt update 3. `sudo add-apt-repository -y ppa:ethereum/ethereum`
4. apt install ethereum solc jq ncurses-bin 4. `sudo apt update`
5. run start.sh 5. `sudo apt install ethereum solc jq ncurses-bin`
6. create your contract (there is already one deployed, so *do*not* confuse the two) 6. run `bfa/network5445/start.sh`
7. insert.sh "I'm doing great today." 7. create your contract (there is already one deployed, so **do not** confuse the two)
8. wait for next block to be sealed/mined: sleep 15 8. `insert.sh "I'm doing great today."`
9. verify.sh "Hi there" 9. wait for next block to be sealed/mined: `sleep 15`
10. verify.sh "I'm doing great today." 10. `verify.sh "Hi there"`
11. Try the basic explorer.sh 11. `verify.sh "I'm doing great today."`
12. consider this crontab: @reboot bfa/network5445/start.sh 12. Try the basic `explorer.sh`
13. consider this crontab: @reboot bfa/network5445/start.sh
## network5445/start.sh ## network5445/start.sh
requires: **geth** requires: **geth**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment