raiden-network / raiden

Raiden Network
https://developer.raiden.network
Other
1.84k stars 378 forks source link

Support `ipc` connection with ethereum node #461

Open LefterisJP opened 7 years ago

LefterisJP commented 7 years ago

Problem Definition

Allow raiden to communicate with a local ethereum node through IPC

Tasklist

hackaugusto commented 5 years ago

This should be straight forward since we are using web3. It has IPC and websocket providers that can be set during the app startup

andrevmatos commented 5 years ago

Notice it will break webUI, as the IPC URL probably can't be accessed by web3.js directly from browser. Some kind of proxy endpoint may be needed.