main.js
is demo code, so it's part of the documentation. Nonetheless, these details are in all the extensive µRaiden documentation, both the server, m2m client, microraiden-js lib and demo documentation, but of course we're always open to PRs to improve it
settleChannel
. You're always able to load the channel as much times as needed. loadChannelFromBlockchain
is just a helper (as I said), which do some smart checks to avoid you loading a channel which is inside the settle timeout (as you can't do anything with it anyway), allowing you to e.g. open a new channel and interact with it. If you forget the new channel and call this function again after settle timeout expires, it'll pick the old, to-be-settled channel again so you can settle it
"server won't accept this channel.
Please, close+settle+forget, and open a new channel"
this message is displayed on both chrome and firefox with metamask on the ropsten test network while accessing demo https://wikidemo.micro.raiden.network/wiki/Main_Page . it appears after depositing the TKN tokens and trying to sign them. Please suggest.
demo
site is running exactly the setup you see in the docker
folder in repository)
Hello Community, can you guys please look at my specific problem with the uRaiden Example: raiden-network/microraiden#491
Thanks in advance.
docker
folder containing our exact in-production environment at demo.micro.raiden.networkStatelessFilter
s, and try to port the idea to µRaiden, but right now it's not an usecase we support