Parity JavaScript Console – How to Open the JavaScript Console on Parity Wallet

consolejavascriptparityparity-wallet

There is nothing like parity console.

How to open the JavaScript console on Parity?

Best Answer

Either use the geth console attached to parity or use the Parity UI application Parity/Web3 Console.

To attach Geth console to Parity, (on Linux) use:

geth attach ~/.local/share/io.parity.ethereum/jsonrpc.ipc

On MacOS use:

geth attach ~/Library/Application Support/io.parity.ethereum/jsonrpc.ipc

To access the Parity/Web3 Console, open the UI, go to Applications and open the Parity/Web3 Console:

Parity Console

Related Topic