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
npm install
, import, instantiate and start interacting with the network right away (for sending payments only, for now), while the full client requires a running instance and to interact with it through its REST API, but can send, receive and mediate payments. So, they both talk the same protocol, but have different assumptions and targets. Full client is more intended for the core of the network, while most end users are expected to be closer to the edges, through light-clients connected to full clients.