How to install
First of all clone latest idena-rpc version.
2. Then rename config/.production.js
in config/production.js
:
3. Edit your production.js file:
target: Address of an up and running idena-go node.
apiKey: Your idena-go api key. It can be retrieved in
less datadir/api.key
port: Port that will expose your public RPC.
4. Start to proxy:
Last updated