Building a decentralised p2p meta-tx relayer network [MVP] Codename: Harbour
Go to file
Austin Griffith 9f5a9510ec
Update README.md
2018-09-12 08:14:14 -06:00
LICENSE Initial commit 2018-09-12 06:17:14 -06:00
README.md Update README.md 2018-09-12 08:14:14 -06:00
tenzorum.org.md adding tenzorum format *incomplete* 2018-09-13 00:06:46 +10:00
tokensubscription.com Create tokensubscription.com 2018-09-12 06:32:52 -06: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.

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 getting transactions on chain
}

tenzorum.org

TokenSubscription