BibliothecaDAO / realms-contracts

Realms Monorepo for Ethereum contracts and Starknet contracts.
https://bibliothecadao.xyz/
MIT License
86 stars 33 forks source link

feat: gasless transactions #274

Open ponderingdemocritus opened 1 year ago

ponderingdemocritus commented 1 year ago

We should provide a way for users to pay in our native LORDS tokens rather than with ETH.

An Argent X plugin or potentially working directly with Cartridge will make the most sense here.

Options need to be explored.

milancermak commented 1 year ago

This will be possible with paymaster functionality support on the network level. AFAIK, StarkNet is heavily inspired by EIP 4337 (here's the paymaster section) so we should expect something similar eventually.