forked from cerc-io/laconicd-deprecated
change binary name (#431)
This commit is contained in:
@@ -11,7 +11,7 @@ Connect your Metamask wallet with Ethermint on a localnet mode. {synopsis}
|
||||
Start the Ethermint node using your terminal:
|
||||
|
||||
```bash
|
||||
emintd start --pruning=nothing --rpc.unsafe --log_level "main:info,state:info,mempool:info"
|
||||
ethermintd start --pruning=nothing --rpc.unsafe --log_level "main:info,state:info,mempool:info"
|
||||
```
|
||||
|
||||
::: tip
|
||||
@@ -21,7 +21,7 @@ You can also start a node from scratch by running `./init.sh` from the Ethermint
|
||||
In another tab start the REST server. Here replace `mykey` with the name of the key that you want to use and set the `chain-id` the chain identifier of your application.
|
||||
|
||||
```bash
|
||||
emintcli rest-server --laddr "tcp://localhost:8545" --unlock-key mykey --chain-id 1
|
||||
ethermintcli rest-server --laddr "tcp://localhost:8545" --unlock-key mykey --chain-id 1
|
||||
```
|
||||
|
||||
## Adding a custom Network for Ethermint
|
||||
@@ -44,7 +44,7 @@ Now you can export your private key from the terminal using the following comman
|
||||
to replace `mykey` with the name of the key that you want to export:
|
||||
|
||||
```bash
|
||||
emintcli keys unsafe-export-eth-key mykey
|
||||
ethermintcli keys unsafe-export-eth-key mykey
|
||||
```
|
||||
|
||||
Go back to the browser and select the `Private Key` option. Then paste the private key exported from
|
||||
|
||||
@@ -119,7 +119,7 @@ For further information on how to run a node, please refer to [this](./../quicks
|
||||
In another Terminal wintdow/tab, start the [REST and JSON-RPC server](./../quickstart/clients.md#rest-and-tendermint-rpc.md):
|
||||
|
||||
```bash
|
||||
emintcli rest-server --laddr "tcp://localhost:8545" --unlock-key mykey--chain-id 8 --trace
|
||||
ethermintcli rest-server --laddr "tcp://localhost:8545" --unlock-key mykey--chain-id 8 --trace
|
||||
```
|
||||
|
||||
## Deploy contract
|
||||
|
||||
Reference in New Issue
Block a user