Skip to content

Commit bd0464a

Browse files
committed
chore: formatting updates
1 parent 98b8a66 commit bd0464a

10 files changed

Lines changed: 121 additions & 305 deletions

content/impact/chain-abstraction.mdx

Lines changed: 34 additions & 88 deletions
Large diffs are not rendered by default.

content/impact/contracts-for-financial-institutions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The secure foundation behind the digital assets that power payments, settlement,
4646

4747
## Battle Tested Contracts
4848

49-
Every OpenZeppelin library represents over a decade of security expertise, community validation, and production use. Built to mitigate risk across the full contract lifecycle, these libraries power the world’s most trusted tokens, protocols, and financial systems.
49+
Every OpenZeppelin library represents over a decade of security expertise, community validation, and production use.
5050

5151
### Tokens
5252

content/impact/contracts-future.mdx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,20 @@
22
title: The Future of OpenZeppelin Contracts
33
---
44

5-
The next decade of on-chain innovation will bring regulated finance, privacy-preserving systems, and programmable capital to the same foundation. Building on a [decade of trust](/impact/contracts-journey), OpenZeppelin is extending its libraries and standards to power this evolution, ensuring security, compliance, and interoperability remain built-in at every layer.
5+
The next decade of on-chain innovation will bring regulated finance, privacy-preserving systems, and programmable capital to the same foundation. Building on a [decade of trust](/impact/contracts-impact), OpenZeppelin is extending its libraries and standards to power this evolution, ensuring security, compliance, and interoperability remain built-in at every layer.
66

77
## Focus Areas
88

99
<Cards>
10-
<Card title="Privacy" href="/impact/privacy">
11-
Confidential tokens, private shared state, private email verifiction
12-
</Card>
13-
1410
<Card title="Chain Abstraction" href="/impact/chain-abstraction">
15-
Cross-chain intents, cross-chain messaging, smart accounts, zkEmail
11+
Cross-chain intents, cross-chain messaging, smart accounts, and zkEmail
1612
</Card>
1713

18-
<Card title="Tokenization & Real World Assets" href="/impact/tokenization-and-real-world-assets">
19-
Permissioned tokens, confidential tokens, on-chain yield
14+
<Card title="Privacy" href="/impact/privacy">
15+
Confidential tokens, private shared state, and private email verifiction
2016
</Card>
2117

22-
<Card title="Scalability" href="/impact/scalability">
23-
Based rollups
18+
<Card title="Tokenization & Real World Assets" href="/impact/tokenization-and-real-world-assets">
19+
Permissioned tokens, confidential tokens, and on-chain yield
2420
</Card>
2521
</Cards>
Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
---
2-
title: The Journey of OpenZeppelin Contracts
2+
title: The Impact of OpenZeppelin Contracts
33
---
44

5-
For over ten years, OpenZeppelin Contracts has been the trusted foundation for the global smart contract ecosystem. What began as a pioneering open-source library has become the industry standard for secure, upgradeable, and interoperable on-chain systems.
5+
For over ten years, OpenZeppelin Contracts has been the trusted foundation for the on-chain economy.
66

7-
Used by the world’s leading financial institutions, DeFi protocols, and blockchain networks, OpenZeppelin Contracts secures trillions in value and underpins the majority of deployments across networks. Our libraries remain the most widely adopted and continuously audited smart contract framework in the world.
8-
9-
Built and maintained by OpenZeppelin’s global engineering and security teams, the library embodies open collaboration, verifiable trust, and long-term reliability. Every line of code is battle-tested in production, reviewed by industry experts, and designed to evolve alongside emerging standards and regulatory frameworks.
10-
11-
## Expanding Ecosystem Coverage
7+
## Broad Ecosystem Coverage
128

139
OpenZeppelin Contracts powers secure smart contract development across the leading blockchain ecosystems and continues to be selected to develop contracts libraries for emerging ecosystems.
1410

@@ -52,8 +48,6 @@ OpenZeppelin Contracts powers secure smart contract development across the leadi
5248

5349
## Proven Adoption
5450

55-
OpenZeppelin is the global leader in securing blockchain applications and smart contracts. OpenZeppelin Contracts are powering the world’s leading financial institutions, DeFi protocols, and blockchain networks.
56-
5751
### On-Chain Usage and Economic Impact
5852

5953
OpenZeppelin Contracts is the most deployed and economically significant smart contract framework in the EVM ecosystem. Explore our [Dune Data Dashboard](https://dune.com/openzeppelin/openzeppelin-contracts-metrics) for more data.
@@ -74,7 +68,7 @@ OpenZeppelin Contracts is the most deployed and economically significant smart c
7468

7569
### Adopted by the Industry’s Most Trusted Protocols
7670

77-
From startups to global issuers, OpenZeppelin Contracts are the common foundation of trust in smart contract development. Across every category of on-chain innovation, builders rely on OpenZeppelin’s audited and production-proven libraries to launch, secure, and scale with confidence.
71+
Used by the world’s leading financial institutions, DeFi protocols, and blockchain networks, OpenZeppelin Contracts secures trillions in value and remains the most widely adopted smart contract framework in the world.
7872

7973
<Cards>
8074
<Card title="Major Defi and Infrastructure Protocols">
@@ -92,7 +86,7 @@ From startups to global issuers, OpenZeppelin Contracts are the common foundatio
9286

9387
### The Industry’s Developer Standard
9488

95-
Developers have built on OpenZeppelin Contracts as the foundation of secure, interoperable smart contract systems. With a transparent, community-driven codebase, OpenZeppelin has become the benchmark for how modern smart contracts are written, tested, and maintained.
89+
OpenZeppelin has become the benchmark for how modern smart contracts are written, tested, and maintained.
9690

9791
<Cards>
9892
<Card title="590,000+">
@@ -104,6 +98,28 @@ Developers have built on OpenZeppelin Contracts as the foundation of secure, int
10498
</Card>
10599
</Cards>
106100

101+
## Standards Contributions
102+
103+
OpenZeppelin has helped drive standardization in the industry by authoring standards across ecosystems.
104+
105+
### Ethereum
106+
107+
- **ERC-1271: Standard Signature Validation Method for Contracts**: A [standard](https://eips.ethereum.org/EIPS/eip-1271) to verify a signature when the account is a smart contract. OpenZeppelin co-authored the standard and built contracts libraries in the [OpenZeppelin Solidity Contracts Repo](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/interfaces/IERC1271.sol).
108+
- **ERC-1967: Proxy Storage Slots**: A [standard](https://eips.ethereum.org/EIPS/eip-1967) for defining a consistent location where proxies store the address of the logic contract they delegate to, as well as other proxy-specific information. OpenZeppelin authored the standard and built contracts libraries in the [OpenZeppelin Solidity Contracts Repo](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/proxy/ERC1967).
109+
- **ERC-2771: Secure Protocol for Native Meta Transactions**: A [standard](https://eips.ethereum.org/EIPS/eip-2771) for a contract interface for receiving meta transactions through a trusted forwarder. OpenZeppelin co-authored the standard and built contracts libraries in the [OpenZeppelin Solidity Contracts Repo](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/metatx).
110+
111+
### Starknet
112+
113+
- **SNIP-6: Standard Interface Detection**: A [standard](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-5.md) for a standard method to publish and detect what interfaces a smart contract implements. OpenZeppelin co-authored the standard and built contracts libraries in the [OpenZeppelin Starknet Cairo Contracts Repo](https://github.com/OpenZeppelin/cairo-contracts/tree/main/packages/introspection).
114+
115+
- **SNIP-12: Off-Chain Signatures**: A [standard](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-12.md) for hashing and signing typed structured data as opposed to just hexadecimal (or felt) values in Starknet. OpenZeppelin provided feedback on the standard and built contracts libraries in the [OpenZeppelin Starknet Cairo Contracts Repo](https://github.com/OpenZeppelin/cairo-contracts/blob/main/packages/utils/src/cryptography/snip12.cairo).
116+
117+
### Stellar
118+
119+
- **SEP-0049: Upgradeable Contracts**: A [standard](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0049.md) that provides community guidelines and recommendations for safely upgrading the WASM bytecode of Soroban smart contracts. OpenZeppelin authored that standard and built contracts libraries in the [OpenZeppelin Stellar Soroban Contracts Repo](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/contract-utils/src/upgradeable).
120+
121+
- **SEP-0050: Non-Fungible Tokens**: A [standard](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0050.md) that defines a standard contract interface for non-fungible tokens. OpenZeppelin authored that standard and built contracts libraries in the [OpenZeppelin Stellar Soroban Contracts Repo](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens/src/non_fungible).
122+
107123
## Battle Tested Libraries
108124

109125
Every OpenZeppelin library represents over a decade of security expertise, community validation, and real-world production use. Built to mitigate risk across the full contract lifecycle, these libraries power the world’s most trusted protocols, tokens, and financial systems.

content/impact/index.mdx

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,23 @@
22
title: OpenZeppelin's Impact and Contributions
33
---
44

5-
For over a decade, OpenZeppelin has set the foundation for how smart contracts are built, secured, and governed.
5+
For over a decade, OpenZeppelin has set the foundation for how smart contracts are built and secured.
66

7-
Our libraries, standards contributions, and audits power the protocols, ecosystems, and institutions driving the global digital economy.
7+
Our libraries, standards contributions, tooling, and security services power the protocols, layer 1s and layer 2s, and financial institutions driving the on-chain economy.
88

99
## Contracts
1010

1111
OpenZeppelin Contracts is the most adopted smart contract framework in the world, securing trillions in on-chain value.
1212

13-
From leading stablecoins and tokenized treasuries to emerging ecosystems, our open-source libraries power the world’s most trusted tokens, DAOs, protocols, and institutions.
13+
From leading stablecoins and tokenized treasuries to emerging ecosystems, our open-source libraries power the world’s most trusted tokens, DAOs, protocols, and financial institutions.
1414

1515
<Cards>
16-
<Card title="The Journey of OpenZeppelin Contracts" href="/impact/contracts-journey" description="For over ten years, OpenZeppelin Contracts has been the trusted foundation for the global smart contract ecosystem">
16+
<Card title="The Impact of OpenZeppelin Contracts" href="/impact/contracts-impact" description="For over ten years, OpenZeppelin Contracts has been the trusted foundation for the global smart contract ecosystem">
1717
</Card>
1818

1919
<Card title="Powering Top Financial Institutions" href="/impact/contracts-for-financial-institutions" description="The trusted foundation powering the global digital asset economy and securing billions in value">
2020
</Card>
2121

22-
<Card title="The Future of OpenZeppelin Contracts" href="/impact/contracts-future" description="Advancing privacy, chain abstraction, tokenziation & real world assets, and scalability">
22+
<Card title="The Future of OpenZeppelin Contracts" href="/impact/contracts-future" description="Advancing privacy, chain abstraction, and tokenziation and real world assets">
2323
</Card>
24-
</Cards>
25-
26-
## Security
27-
28-
OpenZeppelin actively works with established standards bodies around the globe to ensure that blockchain security best practices are universally adopted.
29-
30-
<Card title="Advancing Security Standards" href="/impact/security-standards" description="Contributor to Internet Engineering Task Force (IETF), International Organization for Standardization (ISO), Ethereum Enterprise Alliance (EEA) EthTrust Security">
31-
</Card>
32-
33-
## Policy
34-
35-
OpenZeppelin engages with regulators and policymakers globally to provide industry expertise and recommendations regarding relevant legislation, regulations and guidance. Our goal is to strengthen public trust in decentralized technologies by ensuring blockchain security best practices are reflected in policy initiatives in key jurisdictions and the unique nature of the technology is respected.
36-
37-
<Card title="Regulatory and Compliance Solutions" />
24+
</Cards>

0 commit comments

Comments
 (0)