Skip to content

Commit 1637649

Browse files
committed
Merge branch 'dev' into feat/bump-storybook-to-v8
2 parents 49ce864 + a3e18e3 commit 1637649

File tree

933 files changed

+2625
-1743
lines changed

Some content is hidden

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

933 files changed

+2625
-1743
lines changed

.all-contributorsrc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12132,6 +12132,42 @@
1213212132
"contributions": [
1213312133
"content"
1213412134
]
12135+
},
12136+
{
12137+
"login": "jacobjelen",
12138+
"name": "jacobjelen",
12139+
"avatar_url": "https://avatars.githubusercontent.com/u/6750124?v=4",
12140+
"profile": "http://www.jacobjelen.com",
12141+
"contributions": [
12142+
"bug"
12143+
]
12144+
},
12145+
{
12146+
"login": "Dennayz",
12147+
"name": "Dennis Zhang",
12148+
"avatar_url": "https://avatars.githubusercontent.com/u/58843979?v=4",
12149+
"profile": "https://github.com/Dennayz",
12150+
"contributions": [
12151+
"tool"
12152+
]
12153+
},
12154+
{
12155+
"login": "JanetMo",
12156+
"name": "Marlene Marz",
12157+
"avatar_url": "https://avatars.githubusercontent.com/u/42071757?v=4",
12158+
"profile": "https://github.com/JanetMo",
12159+
"contributions": [
12160+
"content"
12161+
]
12162+
},
12163+
{
12164+
"login": "mahnunchik",
12165+
"name": "Evgeny",
12166+
"avatar_url": "https://avatars.githubusercontent.com/u/780935?v=4",
12167+
"profile": "https://github.com/mahnunchik",
12168+
"contributions": [
12169+
"tool"
12170+
]
1213512171
}
1213612172
],
1213712173
"contributorsPerLine": 7,

.storybook/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { addons } from "@storybook/manager-api"
22
import theme from "./theme"
3-
import favicon from "../public/favicon.png"
3+
import favicon from "../public/images/favicon.png"
44

55
addons.setConfig({
66
theme,

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
18561856
<td align="center" valign="top" width="14.28%"><a href="https://github.com/alex1092"><img src="https://avatars.githubusercontent.com/u/59183749?v=4?s=100" width="100px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=alex1092" title="Code">💻</a></td>
18571857
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kyndrawynne"><img src="https://avatars.githubusercontent.com/u/108100622?v=4?s=100" width="100px;" alt="kyndrawynne"/><br /><sub><b>kyndrawynne</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Akyndrawynne" title="Bug reports">🐛</a></td>
18581858
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stolab"><img src="https://avatars.githubusercontent.com/u/144235139?v=4?s=100" width="100px;" alt="stolab"/><br /><sub><b>stolab</b></sub></a><br /><a href="#content-stolab" title="Content">🖋</a></td>
1859+
<td align="center" valign="top" width="14.28%"><a href="http://www.jacobjelen.com"><img src="https://avatars.githubusercontent.com/u/6750124?v=4?s=100" width="100px;" alt="jacobjelen"/><br /><sub><b>jacobjelen</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Ajacobjelen" title="Bug reports">🐛</a></td>
1860+
</tr>
1861+
<tr>
1862+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dennayz"><img src="https://avatars.githubusercontent.com/u/58843979?v=4?s=100" width="100px;" alt="Dennis Zhang"/><br /><sub><b>Dennis Zhang</b></sub></a><br /><a href="#tool-Dennayz" title="Tools">🔧</a></td>
1863+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JanetMo"><img src="https://avatars.githubusercontent.com/u/42071757?v=4?s=100" width="100px;" alt="Marlene Marz"/><br /><sub><b>Marlene Marz</b></sub></a><br /><a href="#content-JanetMo" title="Content">🖋</a></td>
1864+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mahnunchik"><img src="https://avatars.githubusercontent.com/u/780935?v=4?s=100" width="100px;" alt="Evgeny"/><br /><sub><b>Evgeny</b></sub></a><br /><a href="#tool-mahnunchik" title="Tools">🔧</a></td>
18591865
</tr>
18601866
</tbody>
18611867
</table>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

public/content/community/language-resources/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ If you are bilingual and want to help us reach more people, you can also get inv
9999
- [Microsoft Learn (Smart contracts)](https://docs.microsoft.com/it-it/learn/modules/blockchain-solidity-ethereum-smart-contracts/) - learn about writing smart contracts using Solidity
100100
- [Microsoft Learn (dapps)](https://docs.microsoft.com/it-it/learn/modules/blockchain-create-ui-decentralized-apps/) - create a user interface with decentralized applications
101101

102+
### Japanese {#ja}
103+
104+
- [Japan Virtual and Crypto assets Exchange Association](https://jvcea.or.jp/)
105+
- [Japan Cryptoasset Business Association](https://cryptocurrency-association.org/)
106+
- [Get started with blockchain development - Learn | Microsoft Docs](https://docs.microsoft.com/ja-jp/learn/paths/ethereum-blockchain-development/) - This learning path introduces you to blockchain and development on the Ethereum platform
107+
- [Mastering Ethereum](https://www.oreilly.co.jp/books/9784873118963/) - Mastering Ethereum in Japanese
108+
- [Hands-On Smart Contract Development with Solidity and Ethereum](https://www.oreilly.co.jp/books/9784873119342/) - Hands-On Smart Contract Development with Solidity and Ethereum in Japanese
109+
102110
### Russian {#ru}
103111

104112
- [Cyber Academy](https://cyberacademy.dev) - educational space for web3 builders
@@ -123,11 +131,3 @@ If you are bilingual and want to help us reach more people, you can also get inv
123131
- [Tino Group](https://wiki.tino.org/ethereum-la-gi/) - overview of Ethereum, dapps, wallets and FAQs
124132
- [Tap Chi Bitcoin](https://tapchibitcoin.io/tap-chi/tin-tuc-ethereum-eth) - web platform with subpages for Ethereum news and education
125133
- [Coin68](https://coin68.com/ethereum-tieu-diem/) - cryptocurrency portal with Ethereum news and educational content
126-
127-
### Japanese {#ja}
128-
129-
- [Japan Virtual and Crypto assets Exchange Association](https://jvcea.or.jp/)
130-
- [Japan Cryptoasset Business Association](https://cryptocurrency-association.org/)
131-
- [Get started with blockchain development - Learn | Microsoft Docs](https://docs.microsoft.com/ja-jp/learn/paths/ethereum-blockchain-development/) - This learning path introduces you to blockchain and development on the Ethereum platform
132-
- [Mastering Ethereum](https://www.oreilly.co.jp/books/9784873118963/) - Mastering Ethereum in Japanese
133-
- [Hands-On Smart Contract Development with Solidity and Ethereum](https://www.oreilly.co.jp/books/9784873119342/) - Hands-On Smart Contract Development with Solidity and Ethereum in Japanese

public/content/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We have low barrier to entry issues on our GitHub repository specifically design
8888

8989
## Claim your Onchain Achievement Token (OAT) {#oat}
9090

91-
If your contribution gets merged into ethereum.org, you will have a change to claim a special badge on [Galxe](https://galxe.com/ethereumorg/). An Onchain Achievement Token (OAT) is a proof that you helped make the ecosystem a little more awesome.
91+
If your contribution gets merged into ethereum.org, you will have a chance to claim a special badge on [Galxe](https://app.galxe.com/quest/ethereumorg). An Onchain Achievement Token (OAT) is a proof that you helped make the ecosystem a little more awesome.
9292

9393
[More on OATs](https://help.galxe.com/en/articles/7067290-galxe-oats-reward-and-celebrate-achievements)
9494

public/content/dao/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lang: en
55
template: use-cases
66
emoji: ":handshake:"
77
sidebarDepth: 2
8-
image: /use-cases/dao-2.png
8+
image: /images/use-cases/dao-2.png
99
alt: A representation of a DAO voting on a proposal.
1010
summaryPoint1: Member-owned communities without centralized leadership.
1111
summaryPoint2: A safe way to collaborate with internet strangers.
@@ -160,3 +160,7 @@ _Typically used for decentralized development and governance of protocols and [d
160160

161161
- [What is a DAO in crypto?](https://youtu.be/KHm0uUPqmVE)
162162
- [Can a DAO Build a City?](https://www.ted.com/talks/scott_fitsimones_could_a_dao_build_the_next_great_city)[TED](https://www.ted.com/)
163+
164+
<Divider />
165+
166+
<QuizWidget quizKey="daos" />

public/content/decentralized-identity/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lang: en
55
template: use-cases
66
emoji: ":id:"
77
sidebarDepth: 2
8-
image: /eth-gif-cat.png
8+
image: /images/eth-gif-cat.png
99
summaryPoint1: Traditional identity systems have centralized the issuance, maintenance and control of your identifiers.
1010
summaryPoint2: Decentralized identity removes reliance on centralized third parties.
1111
summaryPoint3: Thanks to crypto, users now have the tools to issue, hold and control their own identifiers and attestations once again.
@@ -163,7 +163,7 @@ There are many ambitious projects using Ethereum as a foundation for decentraliz
163163
- **[Proof of Humanity](https://www.proofofhumanity.id)** - _Proof of Humanity (or PoH) is a social identity verification system built on Ethereum._
164164
- **[BrightID](https://www.brightid.org/)** - _A decentralized, open-source social identity network seeking to reform identity verification through the creation and analysis of a social graph._
165165
- **[walt.id](https://walt.id)**_Open source decentralized identity and wallet infrastructure that enables developers and organizations to leverage self-sovereign identity and NFTs/SBTs._
166-
- **[Masca](https://masca.io/)** _Open source decentralized identity wallet implemented as MetaMask Snap that enables users and developers to leverage DIDs and VCs._
166+
- **[Veramo](https://veramo.io/)** - _A JavaScript framework that makes it easy for anyone to use cryptographically verifiable data in their applications._
167167

168168
## Further reading {#further-reading}
169169

public/content/defi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of DeFi on Ethereum
44
lang: en
55
template: use-cases
66
emoji: ":money_with_wings:"
7-
image: /use-cases/defi.png
7+
image: /images/use-cases/defi.png
88
alt: An Eth logo made of lego bricks.
99
sidebarDepth: 2
1010
summaryPoint1: A global, open alternative to the current financial system.

public/content/desci/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lang: en
55
template: use-cases
66
emoji: ":microscope:"
77
sidebarDepth: 2
8-
image: /future_transparent.png
8+
image: /images/future_transparent.png
99
alt: ""
1010
summaryPoint1: A global, open alternative to the current scientific system.
1111
summaryPoint2: Technology that enables scientists to raise funding, run experiments, share data, distribute insights, and more.
@@ -105,10 +105,10 @@ Explore projects and join the DeSci community.
105105
- [Bio.xyz: get funded for your biotech DAO or desci project](https://www.bio.xyz/)
106106
- [Fleming Protocol: open-source data economy that fuels collaborative biomedical discovery](http://flemingprotocol.io/)
107107
- [Active Inference Institute](https://www.activeinference.org/)
108-
- [CureDAO: Community-Owned Precision Health Platform](https://docs.curedao.org/)
109108
- [IdeaMarkets: enabling decentralized scientific credibility](https://ideamarket.io/)
110109
- [DeSci Labs](https://www.desci.com/)
111110
- [ValleyDAO: an open, global community offering funding and translational support for synthetic biology research](https://www.valleydao.bio)
111+
- [Cerebrum DAO: sourcing and nurturing solutions to advance brain health and prevent neurodegeneration](https://www.cerebrumdao.com/)
112112
- [CryoDAO: funding moonshot research in the field of cryopreservation](https://www.cryodao.org)
113113

114114
We welcome suggestions for new projects to list - please look at our [listing policy](/contributing/adding-desci-projects/) to get started!

0 commit comments

Comments
 (0)