freeflowuniverse / home

Apache License 2.0
0 stars 1 forks source link

story: web3proxy and sal for it in crystallib #19

Closed despiegk closed 1 month ago

despiegk commented 1 year ago

web3proxy

purpose

web3proxy functionality

web3proxy multi session

e.g. in pseudocode

redis.rpc -> ask for session for btc, specify queue is mybtc3, will receive the incoming requets for this session now on that queue
now I can start. new redis.rpc but for queue mybtc3
on this one I can send commands to the btc client I just opened
the return queues are done per rpc request  (embedded in the rpc client of redis)

deployment mechanism

SAL layer on crystallib

important ask Kristof to review specs before implementing