julien/lovepublic Fork 0
23bcc218ccd3977bd8285e25d42e6c7b2375d952
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

CHANGELOG.md · 18 lines · 698 Bmarkdown Blame HistoryRaw
document setup b1c9b0d julienbrg 9h ago1# Changelog
2
3All notable changes to this project are documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [Unreleased]
9
10### Added
11
12- Foundry project scaffolding (`forge-std`, CI workflow, `.gitignore`).
13- `Love` contract recording units of love sent between addresses.
14- Unit, revert and fuzz tests for `Love`.
15- Deployment script `script/Love.s.sol`.
16- `foundry.toml` with pinned solc 0.8.30, optimizer, fmt rules, fuzz/invariant
17 defaults, and RPC/Etherscan endpoints driven by env vars.
18- `.env.example` documenting required environment variables.