update readme

This commit is contained in:
greg 2018-06-03 18:47:34 -04:00
parent 0719d414e6
commit 285be847d7
2 changed files with 0 additions and 3 deletions

View file

@ -287,8 +287,6 @@ Run `./shyft-geth.sh` with one of the following flags:
- `--reset` - Drops postgress and chain db, and reinstantiates both. - `--reset` - Drops postgress and chain db, and reinstantiates both.
- `--js [web3 filename]` - Executes web3 calls with a passed file name. If the file name is `sendTransactions.js`, `./shyft-geth.sh --js sendTransactions`. - `--js [web3 filename]` - Executes web3 calls with a passed file name. If the file name is `sendTransactions.js`, `./shyft-geth.sh --js sendTransactions`.
Note: An alias can be set for convenience `alias shyft-geth='<path/to/shyft/geth>/shyft_go-ethereum/shyft-geth.sh'`
## Contribution ## Contribution
Thank you for considering to help out with the source code! We welcome contributions from Thank you for considering to help out with the source code! We welcome contributions from

View file

@ -16,7 +16,6 @@ illegalCommands=()
while [[ $# -gt 0 ]] while [[ $# -gt 0 ]]
do do
key="$1" key="$1"
case $key in case $key in
--setup) --setup)
sh ./shyft-cli/setup.sh sh ./shyft-cli/setup.sh