mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
update readme
This commit is contained in:
parent
0719d414e6
commit
285be847d7
2 changed files with 0 additions and 3 deletions
|
|
@ -287,8 +287,6 @@ Run `./shyft-geth.sh` with one of the following flags:
|
|||
- `--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`.
|
||||
|
||||
Note: An alias can be set for convenience `alias shyft-geth='<path/to/shyft/geth>/shyft_go-ethereum/shyft-geth.sh'`
|
||||
|
||||
## Contribution
|
||||
|
||||
Thank you for considering to help out with the source code! We welcome contributions from
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ illegalCommands=()
|
|||
while [[ $# -gt 0 ]]
|
||||
do
|
||||
key="$1"
|
||||
|
||||
case $key in
|
||||
--setup)
|
||||
sh ./shyft-cli/setup.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue