From a58d68a0b2620aa2cc06f2d2b1aeeb049e4f1664 Mon Sep 17 00:00:00 2001 From: Austin Griffith Date: Fri, 14 Sep 2018 07:49:33 -0600 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2b97d44..7868b85 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,23 @@ 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 +## Implementations + +[uport](https://github.com/austintgriffith/meta-transaction-format-share/blob/master/uport.org.md) + +[tenzorum](https://github.com/austintgriffith/meta-transaction-format-share/blob/master/tenzorum.org.md) + +[tokenubscription](https://github.com/austintgriffith/meta-transaction-format-share/blob/master/tokensubscription.com.md) + + +## Important problems to solve + +[relay collisions](https://github.com/austintgriffith/meta-transaction-format-share/issues/3) + +[dyanmic gas rewards](https://github.com/austintgriffith/meta-transaction-format-share/issues/4) + + +## Format ``` { This is the format of my meta transaction @@ -25,19 +41,4 @@ Let's all post our meta transaction formats here in a digestible format. The TL; } ``` -### Implementations - -[uport](https://github.com/austintgriffith/meta-transaction-format-share/blob/master/uport.org.md) - -[tenzorum](https://github.com/austintgriffith/meta-transaction-format-share/blob/master/tenzorum.org.md) - -[tokenubscription](https://github.com/austintgriffith/meta-transaction-format-share/blob/master/tokensubscription.com.md) - - - -### Important problems to solve - -[relay collisions](https://github.com/austintgriffith/meta-transaction-format-share/issues/3) - -[dyanmic gas rewards](https://github.com/austintgriffith/meta-transaction-format-share/issues/4)