Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
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
blockchain
nucleo
Commits
a196694f
Commit
a196694f
authored
7 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Updated installation instructions.
parent
a38ce29e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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 @@
## TEST NETWORK
1.
Install Ubuntu
2.
add-apt-repository -y ppa:ethereum/ethereum
3.
apt update
4.
apt install ethereum solc jq ncurses-bin
5.
run start.sh
6.
create your contract (there is already one deployed, so
*do*
not
*
confuse the two)
7.
insert.sh "I'm doing great today."
8.
wait for next block to be sealed/mined: sleep 15
9.
verify.sh "Hi there"
10.
verify.sh "I'm doing great today."
11.
Try the basic explorer.sh
12.
consider this crontab: @reboot bfa/network5445/start.sh
2.
`sudo apt install software-properties-common`
3.
`sudo add-apt-repository -y ppa:ethereum/ethereum`
4.
`sudo apt update`
5.
`sudo apt install ethereum solc jq ncurses-bin`
6.
run
`bfa/network5445/start.sh`
7.
create your contract (there is already one deployed, so
**do not**
confuse the two)
8.
`insert.sh "I'm doing great today."`
9.
wait for next block to be sealed/mined:
`sleep 15`
10.
`verify.sh "Hi there"`
11.
`verify.sh "I'm doing great today."`
12.
Try the basic
`explorer.sh`
13.
consider this crontab: @reboot bfa/network5445/start.sh
## network5445/start.sh
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