Building a decentralised p2p meta-tx relayer network [MVP] Codename: Harbour
Go to file
Pet3rpan 03ae26bb33
Merge pull request #7 from tschubotz/master
Add Gnosis Safe tx format
2018-09-25 18:49:05 +02:00
notes Update and rename meeting-0 to meeting-0.md 2018-09-18 12:50:54 +02:00
LICENSE Initial commit 2018-09-12 06:17:14 -06:00
README.md Add Gnosis Safe link to Readme 2018-09-25 11:56:56 +02:00
safe.gnosis.io.md Add Gnosis Safe readthedocs link 2018-09-25 11:59:39 +02:00
tenzorum.org.md adding tenzorum format *incomplete* 2018-09-13 00:06:46 +10:00
tokensubscription.com.md Rename tokensubscription.com to tokensubscription.com.md 2018-09-12 08:39:55 -06:00
uport.org.md Adding uPort 2018-09-13 22:44:15 +02:00

README.md

meta-transaction-format-share

EIP-1077 is a very good guideline for how to format your meta transactions, but we are finding that different organizations have different use-cases. We would like to start executing transactions for each other but we need a centralized place to facilitate sharing our current implementations.

Let's all post our meta transaction formats here in a digestible format. The TL;DR here is to communicate how someone else could execute your meta transaction for you.

We are having a meeting soon with the agenda of the meeting here (27th 5PM CEST Sept): https://hackmd.io/-fF2VKIFRzyiWaxVQAh0wA?edit

For now, join us on telegram for the discussion: https://t.me/joinchat/HcTaOxJH6OzCna2UWJZo9A

Implementations

uport

tenzorum

tokensubscription

Gnosis Safe

Important problems to solve

relay collisions

dynamic gas rewards

Format

{
  This is the format of my meta transaction 
}

Rx

{
  Here is my (pseudo?)code for getting transactions from my dapp
}

Tx

{
  Here is my (pseudo?)code for putting transactions on chain
}