Skip to content

Commit

Permalink
[basecamp] Add new diagrams to base camp
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-jones committed Sep 25, 2023
1 parent a683b95 commit f3efdda
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Standardizing non-fungible tokens via the ERC-721 token standard presents substa

For users, the ERC-721 standard offers an intuitive, consistent interface for interacting with a wide array of unique tokens. Regardless of the token's specific use or design, users can reliably check their ownership of tokens, transfer tokens to other addresses, and approve transactions. This consistency enhances usability across the Ethereum platform, from digital art marketplaces to tokenized real estate and gaming applications.

![The Evolution of the Ethereum Ecosystem](../../assets/images/erc-721/erc-721-standard.png)

---

## Applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The amount of gas required for an operation depends on its complexity. More comp

Gas costs can also vary depending on the state of the network, or more specifically, how congested it is. When there are more transactions waiting to be processed than the network can handle, it will prioritize transactions based on the gas price that was set by the user, meaning that higher gas prices are more likely to get processed first. When the network is congested, gas prices increase to encourage more efficient use of the network's resources and decrease when network usage is lower. This dynamic pricing mechanism ensures that the Ethereum network remains accessible and functional for all users, while also incentivizing responsible and efficient use of the network's resources.

![Web2 & Web3 Limitations](../../assets/images/introduction-to-ethereum/gas-costs.png)

---

## Why is gas necessary?
Expand Down

0 comments on commit f3efdda

Please sign in to comment.