Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Badge row 1 - status -->

[![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)
Expand Down
23 changes: 23 additions & 0 deletions commit_history.md
Original file line number Diff line number Diff line change
@@ -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).