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

Fixed documentation for TSA in README.md

parent 0df4361d
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,13 @@
2. `sudo apt install jq ncurses-bin`
3. `git clone https://github.com/rlegene/bfa.git`
4. `source ${HOME}/bfa/bin`
- You can include this line in your .bash_profile if you want.
- It is perfectly safe to source it multiple times.
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 a bit - if you are lucky only 15 seconds
9. `verify.sh TimestampDocument "Hi there"`
10. `verify.sh TimestampDocument "I'm doing great today."`
7. Type lines of text into `tsa-insert.sh` (end with ctrl-D)
- `tsa-verify.sh "<yourtexthere>"`
- If the text can not be found, it is because your insert transaction still isn't in the blockchain. Wait a bit and try again.
11. Try the basic `explorer.sh`
12. consider this crontab: @reboot bfa/network5445/start.sh
13. Try out walker.pl
......
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