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

Updated instructions

parent 1f731ae4
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,16 @@ ...@@ -6,14 +6,16 @@
3. `sudo add-apt-repository -y ppa:ethereum/ethereum` 3. `sudo add-apt-repository -y ppa:ethereum/ethereum`
4. `sudo apt update` 4. `sudo apt update`
5. `sudo apt install ethereum solc jq ncurses-bin` 5. `sudo apt install ethereum solc jq ncurses-bin`
6. run `bfa/network5445/start.sh` 6. `mkdir ~/bfa`
7. create your contract (there is already one deployed, so **do not** confuse the two) 7. `PATH=${PATH}:${HOME}/bfa/bin`
8. `insert.sh "I'm doing great today."` 8. run `start.sh`
9. wait for next block to be sealed/mined: `sleep 15` 9. create your contract (there is already one deployed, so **do not** confuse the two)
10. `verify.sh "Hi there"` 10. `insert.sh "I'm doing great today."`
11. `verify.sh "I'm doing great today."` 11. wait for next block to be sealed/mined: `sleep 15`
12. Try the basic `explorer.sh` 12. `verify.sh "Hi there"`
13. consider this crontab: @reboot bfa/network5445/start.sh 13. `verify.sh "I'm doing great today."`
14. Try the basic `explorer.sh`
15. 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