ethereum / devp2p

Ethereum peer-to-peer networking specifications
971 stars 273 forks source link

Ethereum and JavaScript Integration #193

Closed FrostyTheSouthernSnowman closed 2 years ago

FrostyTheSouthernSnowman commented 2 years ago

Would it be possible to add an additional protocol, or just extend the current one for browser-side JavaScript which doesn't support UDP to be able to connect to the Ethereum network. It might also require a new node type that doesn't download any chain data. I am aware that such a node might not be possible, but at least just download the minimal amount for it to run solidity code. If it can run solidity, then the solidity could handle everything else.

fjl commented 2 years ago

See also: https://github.com/ethereum/devp2p/issues/166

FrostyTheSouthernSnowman commented 2 years ago

Thanks