How to install
git clone https://github.com/idena-dev/idena-rpc.gitmv config/.production.js config/production.jsmodule.exports = {
target: "http://localhost:9009",
apiKey: "<insert content of datadir/api.key file>",
port: 80,
};npm startLast updated