gobitfly / etherchain-light

Lightweight Ethereum blockchain explorer
GNU General Public License v3.0
661 stars 324 forks source link

support multiple OS #19

Open rstormsf opened 7 years ago

rstormsf commented 7 years ago

For mac OSX, I had to change config file to:

this.ipcPath = process.env["HOME"] + "/Library/Application Support/io.parity.ethereum/jsonrpc.ipc";
adibas03 commented 7 years ago

Thanks, Probably you can rename the issue to indicate: IPC configuration for mac OSX