From df244c47acad4e65fa880eb38ab5d793b68c60a9 Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Mon, 2 Jul 2018 18:28:01 -0700 Subject: [PATCH] change readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3093e0e6..fcb58cdf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![Demo](demo.gif) # Problem: Previously in Ethereum Network, additional tools were required in order to transfer many ERC20 tokens at once. -Many people still do this manually, one transaction at a time. This process is exceedingly expensive wasting large amounts of Ethereum on transaction fees and manual processing. +Many people still do this manually, one transaction at a time. This process is time consuming and prone to an error. # Solution: -This Dapp allows a user to send thousands of token transfers in a very effecient way by batching them in groups of 175 token transfers per Ethereum transaction. This automation saves time by automatically generating transactions to MetaMask. Finally, this tool allows a user to maintain security of their account by delegating the trust of their private keys to a secure MetaMask wallet. +This Dapp allows a user to send thousands of token transfers in a very effecient way by batching them in groups of 145 token transfers per Ethereum transaction. This automation saves time by automatically generating transactions to MetaMask. Finally, this tool allows a user to maintain security of their account by delegating the trust of their private keys to a secure MetaMask wallet. # How to use: 1. Install [Metamask](https://metamask.io).