Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down