Create README.md

This commit is contained in:
Austin Griffith 2018-09-12 06:24:17 -06:00 committed by GitHub
parent eeddbac3fb
commit 20925de13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# meta-transaction-format-share
[EIP-1077](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1077.md) 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:
### 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
}
```