diff --git a/README.md b/README.md index d3d19bbbb..605f723ca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![GitHub contributors](https://img.shields.io/github/contributors/base/docs)](https://github.com/base/docs/graphs/contributors) -[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base/docs)](https://github.com/base/docs/graphs/contributors) +[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base/docs)](https://github.com/base/docs/graphs/commit-activity) [![GitHub Stars](https://img.shields.io/github/stars/base/docs.svg)](https://github.com/base/docs/stargazers) ![GitHub repo size](https://img.shields.io/github/repo-size/base/docs) [![GitHub](https://img.shields.io/github/license/base/docs?color=blue)](https://github.com/base/docs/blob/main/LICENSE.md) diff --git a/commit_history.md b/commit_history.md new file mode 100644 index 000000000..eec68cd7e --- /dev/null +++ b/commit_history.md @@ -0,0 +1,23 @@ +# Base Documentation - Historical Log + +## 2024 +### Q2 2024 - Project Initialization & Content Outline +- Established initial guidelines for documentation formatting. +- Outlined key sections for Smart Contract development on Base. +- Created structure for beginner tutorials and API references. + +### Q4 2024 - Developer Tools & Framework Integrations +- Added guides for popular developer toolings like Hardhat, Foundry, and Thirdweb. +- Drafted deployment templates for ERC-20 and ERC-721 smart contracts. +- Integrated automated verification tool instructions. + +## 2025 +### Q2 2025 - Cross-chain Bridging & L2 Interoperability +- Detailed bridging concepts between Ethereum L1 and Base L2. +- Wrote step-by-step guides for custom bridge contract implementations. +- Documented cross-chain message passing mechanisms and security practices. + +### Q4 2025 - Smart Contract Security Best Practices +- Created comprehensive secure coding checklists for Solidity on Base. +- Outlined risk vectors like reentrancy and integer underflow/overflow. +- Documented testing best practices using static analyzers (Slither, Mythril).