Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web3 proxy core #2

Closed
despiegk opened this issue Mar 27, 2023 · 3 comments
Closed

Web3 proxy core #2

despiegk opened this issue Mar 27, 2023 · 3 comments

Comments

@despiegk
Copy link
Contributor

  • golang websockets webserver (http and https with letsencrypt, also over localhost and unixsockets)
  • json rpc interface on top of these websockets
  • some most basic logging, so we see something what goes wrong
  • defined RPC flow to start a channel
  • each user connecting defines which client to use and which metadata to make available e.g. login info (do generic)
  • compiled libs for: btc, btclight, web3, ipfs client & server, nostr client & relay, tfchain, tfgrid, stellar
  • examples how to use these libs, super simple is ok
    • for each client
    • a super simple V test script creates websocket connection to server
    • test script does rpc call for calling each chosen client for some basic test e.g. ipfs
@despiegk
Copy link
Contributor Author

for nostr & ipfs authentication config file
everyone can ask for reload

@despiegk
Copy link
Contributor Author

its possible to limit webproxy to list of people (authenticated)

@DylanVerstraete DylanVerstraete moved this to In Progress in 3.10.x Apr 11, 2023
@DylanVerstraete
Copy link
Contributor

duplicate of #1

@github-project-automation github-project-automation bot moved this from In Progress to Done in 3.10.x Apr 11, 2023
@xmonader xmonader removed this from 3.10.x May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants