Skip to content
Snippets Groups Projects
Commit ae1fc685 authored by Robert Martin-Lègene's avatar Robert Martin-Lègene
Browse files

Renamed files in src/

parent b473fce9
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ requires: **geth**, **solc**, **jq**
Compiles and deploys a contract to the blockchain. A local "node1" must already be running and synchronized.
Argument 1 is the contract to compile.
Argument 1 is the filename of the contract to compile.
Example: `create.contract src/contract.TimestampAuthority.sol`
Example: `create.contract src/TimestampAuthority.sol`
## tsa-insert.sh
requires: **geth**
......@@ -69,7 +69,7 @@ requires: **curl**, **jq**, **tput** _(ncurses-bin)_, _(curl)_
Simple script to look at blocks
## src/contract.TimeStampAuthority.sol
## src/TimeStampAuthority.sol
The initial Timestamp service.
......
......@@ -5,7 +5,7 @@ if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env
source ${BFAHOME}/bin/libbfa.sh || exit 1
bfaconfig node
res=$( geth_exec_file "${BFAHOME}/src/js.maymine" )
res=$( geth_exec_file "${BFAHOME}/src/maymine.js" )
if [ "$res" = "true" ]
then
......
......@@ -3,4 +3,4 @@
if [ -z "${BFAHOME}" ]; then echo "\$BFAHOME not set. Did you source bfa/bin/env ?" >&2; exit 1; fi
source ${BFAHOME}/bin/libbfa.sh || exit 1
geth_exec_file ${BFAHOME}/src/js.rewind
geth_exec_file ${BFAHOME}/src/rewind.js
File moved
File moved
File moved
File moved
File moved
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