Tirtha Profile picture
Smart Contract Developer & Auditor | Protocol Lead @r3vl_xyz | EVM Junkie ✨ | Guest Writer @hackernoon ✍️ |@yacademyDAO Alumni 🤝 | ETHIndia 2022 🏆
Mar 23, 2023 17 tweets 4 min read
"ERC-4337" - the future of Ethereum wallets or another trust trap? 🔐

Last night, I listened in on an interesting conversation hosted by @_joinfire in their Twitter Space.

People seem to be both excited and skeptical about it.

Let's dive in and understand a little...
🧵1/17🧵 🗂️ Things we will be talking about:

- What is ERC-4337?
- Account Abstraction
- UserOperations
- Alternative Mempool
- Entry Point
- Paymaster
- Trust issues

🧵2/17🧵
Mar 21, 2023 11 tweets 5 min read
🧵How to quickly setup an Ethereum node without much hassle? 🚀

Let us learn step-by-step on how to set up an Ethereum node using Docker Swarm.

Docker Swarm makes it easy to deploy, manage, and scale your node in a decentralized network.
Lets Goooo!
(1/10) Prerequisites 📋
Before we start, make sure you have:

- Docker and Docker Swarm installed
- Basic knowledge of Docker, Docker Swarm, and Ethereum nodes

If you need help with these prerequisites, refer to the official docs:
docs.docker.com/get-docker/
(2/10)