From 251e988bbaa562f2934aa3259c628f292feb8022 Mon Sep 17 00:00:00 2001 From: Adam Majmudar Date: Mon, 25 Sep 2023 13:25:39 -0700 Subject: [PATCH] Update introduction in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abe588ad7..340cd8963 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,12 @@ It abstracts away all the complexities of building blockchain applications behin Some of the best features of thirdweb engine: -- Create & transact with **managed backend wallets** ([erc-4337](https://eips.ethereum.org/EIPS/eip-4337) smart wallets, AWS KMS, Google KMS, etc.) +- Create & transact with **managed backend wallets** (Local, AWS KMS, Google KMS, etc.) - High reliability transaction queuing with **wallet nonce management** and **automatic transaction retrying** +- Deploy [erc-4337](https://eips.ethereum.org/EIPS/eip-4337) smart wallets for your users and handle session management & sending user operations - Deploy and send transactions to smart contracts on any EVM blockchain - Caching and indexing for high performance onchain data access -- Find-grained user access controls & wallet based client-side authentication +- Fine-grained user access controls & wallet based client-side authentication - Full gasless relayer, bundler, and paymaster for gasless transactions [Coming Soon] - Run in your own cloud or run as a managed service [Coming Soon] - Full server & client-side SDKs for popular languages [Coming Soon]