Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miguel Montes
nucleo
Commits
a196694f
Commit
a196694f
authored
6 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Updated installation instructions.
parent
a38ce29e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-11
12 additions, 11 deletions
README.md
with
12 additions
and
11 deletions
README.md
+
12
−
11
View file @
a196694f
...
@@ -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**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment