Skip to content

Commit c02a67c

Browse files
committed
Merge branch 'dev' into rename-quiz-keys
2 parents 7d5564a + 7eeac7e commit c02a67c

File tree

1,945 files changed

+86255
-20945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,945 files changed

+86255
-20945
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"devDependencies": {
9393
"@chakra-ui/cli": "^2.4.1",
9494
"@chromatic-com/storybook": "1.5.0",
95-
"@netlify/plugin-nextjs": "^5.5.1",
95+
"@netlify/plugin-nextjs": "^5.8.0",
9696
"@storybook/addon-essentials": "8.1.10",
9797
"@storybook/addon-interactions": "8.1.10",
9898
"@storybook/addon-links": "8.1.10",

public/content/community/online/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ lang: en
88

99
Hundreds of thousands of Ethereum enthusiasts gather in these online forums to share news, talk about recent developments, debate technical issues, and imagine the future.
1010

11+
## Listing Policy {#listing-policy}
12+
13+
To maintain the integrity and value of the listed communities, ethereum.org follows a strict policy for determining eligibility:
14+
15+
### Eligibility Criteria {#eligibility-criteria}
16+
17+
- **Relevance**: The community must be directly related to Ethereum and its ecosystem.
18+
- **Activity Level**: The community should be active, with regular interactions, posts, or discussions. Dormant or inactive communities may be removed.
19+
- **Inclusivity**: The community should foster a welcoming environment that respects diversity and encourages participation from people of all backgrounds.
20+
- **Non-commercial Focus**: Listings are intended for community-driven spaces rather than commercial or promotional platforms.
21+
22+
### Content Guidelines {#content-guidelines}
23+
24+
- **Appropriate Content**: Communities must have their own moderation guidelines, avoiding spam, hate speech, harassment, or any content that promotes illegal activities.
25+
- **Language**: While English is the primary language, communities in other languages are encouraged to submit as long as they maintain an inclusive and respectful atmosphere.
26+
- **Transparency**: Clear information about the community’s purpose, rules, and moderators should be available to members.
27+
28+
### Other Recommendations {#other-recommendations}
29+
30+
- **Accessibility**: Community forums should be accessible for everyone to read without requiring a sign-up or registration.
31+
- **Discord Server Invites**: It is recommended that only reliable Discord server invites be added to ethereum.org. Ideally, these invites should link to a community page on the website (e.g., [ethglobal.com/discord](https://ethglobal.com/discord)) or be from an official URL (e.g., [discord.gg/ethstaker](https://discord.gg/ethstaker) or [discord.com/invite/ethstaker](https://discord.com/invite/ethstaker)).
32+
33+
If you believe a community should be added or removed based on these guidelines, please [open an issue on our GitHub repository](https://github.com/ethereum/ethereum-org-website/issues).
34+
35+
1136
## Forums {#forums}
1237

1338
<SocialListItem socialIcon="reddit"><Link href="https://www.reddit.com/r/ethereum">r/ethereum</Link> - all things Ethereum</SocialListItem>

public/content/developers/docs/ides/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Most established IDEs have built plugins to enhance the Ethereum development exp
3737
**Visual Studio Code -** **_Professional cross-platform IDE with official Ethereum support_**
3838

3939
- [Visual Studio Code](https://code.visualstudio.com/)
40-
- [Azure Blockchain Workbench](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-azure-blockchain.azure-blockchain-workbench?tab=Overview)
4140
- [Code samples](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md)
4241
- [GitHub](https://github.com/microsoft/vscode)
4342

public/content/developers/docs/intro-to-ether/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The ether cryptocurrency supports a pricing mechanism for Ethereum's computing p
2626

2727
Therefore, even if a malicious dapp submitted an infinite loop, the transaction would eventually run out of ether and terminate, allowing the network to return to normal.
2828

29-
It is [common](https://www.reuters.com/article/us-crypto-currencies-lending-insight-idUSKBN25M0GP#:~:text=price%20of%20ethereum) [to](https://abcnews.go.com/Business/bitcoin-slumps-week-low-amid-renewed-worries-chinese/story?id=78399845#:~:text=cryptocurrencies%20including%20ethereum) [conflate](https://www.cnn.com/2021/03/14/tech/nft-art-buying/index.html#:~:text=price%20of%20ethereum) Ethereum and ether — when people reference the "price of Ethereum," they are describing the price of ether.
29+
It is [common to conflate](https://abcnews.go.com/Business/bitcoin-slumps-week-low-amid-renewed-worries-chinese/story?id=78399845) Ethereum and ether — when people reference the "price of Ethereum," they are describing the price of ether.
3030

3131
## Minting ether {#minting-ether}
3232

public/content/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ If we go to the [Sepolia etherscan](https://sepolia.etherscan.io/) and search fo
331331

332332
![View your transaction address on Etherscan](./etherscan-sepoila-contract-creation.png)
333333

334-
The From address should match your MetaMask account address and the To address will say “Contract Creation.” If we click into the transaction, we’ll see our contract address in the To field:
334+
The From address should match your MetaMask account address and the To address will say “Contract Creation”. If we click into the transaction, we’ll see our contract address in the To field:
335335

336336
![View your contract address on Etherscan](./etherscan-sepolia-tx-details.png)
337337

0 commit comments

Comments
 (0)