Learning project for Ethereum smart contract development.
Not for production use. Contracts are not audited.
- Solidity smart contracts
- ERC-20/ERC-721 tokens
- DeFi primitives (swaps, vaults)
- AMM mechanics (x * y = k)
- Frontend integration (ethers.js)
- Node.js 18+
- Git
- MetaMask wallet
blockchain-boilerplate/
├── docs/ # Documentation
└── README.md
Structure will be built from scratch following the roadmap.
Primary: SpeedRunEthereum - Hands-on challenges (NFTs → DEX → ZK proofs)
Reference: Solidity by Example • Hardhat Docs • OpenZeppelin
Tools: Remix IDE • Sepolia Faucet • Etherscan
Follow the tezos-baker commit style: short, imperative, plain sentence with no prefixes.
Examples:
Update README
Add learning journey docs
Refactor roadmap sections
- tezos-baker - Infrastructure learning project
Last Updated: 2026-01-15