9 Matching Annotations
  1. Apr 2022
  2. Sep 2021
    1. our application continuously checks the current block and retrieves transactions from historical blocks;Our application was very heavy on reads and light on writes, so we thought using ‘cached reads’ would be a good approach;We developed a small application to act as a thin proxy between our application and Infura. The proxy application is simple and it only hits Infura/Ethereum on the initial call. All future calls for the same block or transaction are then returned from cache;Writes are automatically forwarded to Infura. This was a seamless optimization. We simply had to point our application to our proxy and everything worked without any changes to our application.
  3. Mar 2021
  4. Nov 2020
  5. Jan 2019
  6. Jul 2018
    1. Approachable consumer experience. If you’ve ever tried to make a dApp transaction, you know how painful the process is. You need to set up an account to purchase coins, make the purchase, create a MetaMask account, send the coins to MetaMask, and, finally, verify the transaction. This is too much friction for the mainstream user.

      This is so true. Still looking for an application that can benefit from this concept.