I configured port 4242 for the rise wallet. The Wallet didn't honor the setting from the config and I found these lines in the app.js which override the config.json.
is this the intended behavior ?
appConfig.port = 4444
} else
if (program.port) {
appConfig.port = program.port;
}
if (program.address) {
appConfig.address = program.address;
}
if (process.env.NODE_ENV != 'production') {
appConfig.port = 4444
}
Did you end up with a working wallet on different ports?
Edit: clearly it's fine based on your next post
if the RISE community supports them I'm sure they'd port the Dapp to work with RISE when it's finished!
If enough people want to get a dice game going for Rise I'm sure we can get that made... for now, afaik there is one available on Yobit.