Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
owans committed Dec 3, 2024
1 parent 16f3647 commit 1f78592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/01-concepts/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ Unlike smart contracts, which are self-operating programs, EOAs allow individual

**Ethereum**:

This is a decentralized blockchain platform that facilitates the creation and execution of smart contracts and decentralized applications (dApps). It allows developers to build applications that operate on a peer-to-peer network, enabling trustless transactions and automated processes without the need for intermediaries.
[Ethereum](https://ethereum.org/en/) is a decentralized blockchain platform that facilitates the creation and execution of smart contracts and decentralized applications (dApps). It allows developers to build applications that operate on a peer-to-peer network, enabling trustless transactions and automated processes without the need for intermediaries.

**Etherspot**:

A smart contract wallet platform that simplifies blockchain interactions and provides account abstraction features.
Etherspot is an Account Abstraction infrastructure designed to help developers create a seamless web3 user experience for users interacting with their dApps.

<Button size="sm" href="/developers/quickstart/rootstock-etherspot/">Try Etherspot SDK</Button>
<br/>
Expand All @@ -140,7 +140,7 @@ A smart contract wallet platform that simplifies blockchain interactions and pro

**EVM (Ethereum Virtual Machine)**:

The EVM is a decentralized runtime environment that enables the execution of smart contracts on Ethereum and EVM-compatible blockchains. It provides the necessary infrastructure for developers to deploy applications, ensuring that they run consistently across different nodes in the network.
The [EVM](https://ethereum.org/en/) is a decentralized runtime environment that enables the execution of smart contracts on Ethereum and EVM-compatible blockchains. It provides the necessary infrastructure for developers to deploy applications, ensuring that they run consistently across different nodes in the network.

**EVM Compatible**:

Expand Down

0 comments on commit 1f78592

Please sign in to comment.