logo

Ethereum

What is Ethereum?

  1. A blockchain-based platform used to run smart contracts and decentralized applications (dApps).

  2. It offers various features beyond cryptocurrency transactions, including smart contract functionality.

  3. The Ethereum network consists of numerous nodes, each responsible for maintaining and validating the Ethereum blockchain.

Ethereum Virtual Machine (EVM)

  1. A virtualized computing environment that runs smart contracts within the Ethereum network.

  2. The core component of smart contracts and decentralized applications.

  3. Acts as a virtual computer that operates in a decentralized manner on the Ethereum network.

2 minutes to read

Developing a Blockchain Wallet Chrome Extension

September: Initial Setup and Code Analysis

In September 2022, I was tasked with renewing an existing blockchain wallet that had already been deployed on Chrome.

When I first took on this project, I felt completely overwhelmed. The existing project was developed in Vue 2, and I had to modify it. Additionally, since Chrome follows the Manifest policy, I had to study that as well.

The Manifest v3 issue was there from the start, and since I was more familiar with React, I thought about rewriting the whole project from scratch. I attempted it, but I wasn’t confident enough to restructure everything from the ground up.

3 minutes to read