Skip to content

PIWEEK/web3-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3-relay

A web3 relay, to be able to use Ethereum DApps with web3.js from any browser.

Install server

You need to install first node.js package on your system.

cd server
npm install

(you should see a new node_modules folder inside 'server').

Run server

Ensure you are running a local Ethereum node, with JSON-RPC service listening at the default port.

node web3_relay_server.js

(the server should start listening at 5000 http port).

About

A web3 relay, to be able to use Ethereum DApps with web3.js from any browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors