RiskProtocol / core-protocol

2 stars 0 forks source link

Research: Gaslessness support #8

Open mz7mz7mz7 opened 1 year ago

mz7mz7mz7 commented 1 year ago

Research the best course of action for us to be able to mint/burn/trade our RiskON and RiskOFF tokens in a gasless way, which means both:

  1. We can opt for the solution where people still need to pay for their transactions just not in ETH, but in some other token, like USDC or maybe even in RiskON/OFF directly.
  2. If we choose so, we will pay for the transactions for our users.
jiokeokwuosa commented 1 year ago

This platform handles both use cases -->https://biconomy.gitbook.io/sdk/introduction/overview

jiokeokwuosa commented 1 year ago

https://docs.opengsn.org/ --> This equally handles both cases

jiokeokwuosa commented 1 year ago

I tried to implement a proof of concept(POC) with opengsn but it seems they are currently having an issue. The test samples they have in their repo seems not to be working properly, Someone has raised the issue on their github, i equally opened another ticket there -->https://github.com/opengsn/ctf-react/issues

jiokeokwuosa commented 1 year ago

I will try to research and implement with another platform

jiokeokwuosa commented 1 year ago

Link to POC -->https://github.com/RiskProtocol/poc-gasless

mz7mz7mz7 commented 1 year ago

Let's complete also another PoC with https://opengsn.org @jiokeokwuosa

jiokeokwuosa commented 1 year ago

ok

jiokeokwuosa commented 1 year ago

@mz7mz7mz7 Done -->https://github.com/RiskProtocol/poc-gasless/pull/1

jiokeokwuosa commented 1 year ago

OpenGSN works with relay servers

jiokeokwuosa commented 1 year ago