Skip to content
View tamermint's full-sized avatar

Block or report tamermint

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
tamermint/README.md

๐Ÿงฑ Solidity Engineer

๐Ÿ” I build and test Ethereum smart contracts with a security-first mindset.


๐ŸŽฏ Focus Areas

  • ๐Ÿ—๏ธ Protocol engineering โ€” DeFi primitives, stablecoin mechanics, vault patterns
  • ๐Ÿงช Testing discipline (Foundry) โ€” unit tests, fuzzing, invariant/property-based testing
  • ๐Ÿงญ Clean architecture โ€” explicit invariants, clear trust assumptions, minimal attack surface

โญ Featured Work

  • ๐Ÿช™ Stablecoin / DeFi Protocol (Foundry)
    Collateralized design exploration with a heavy emphasis on invariants, edge cases, and test coverage.

  • ๐Ÿงพ On-chain authenticity PoC (Repticle)
    Early-stage experimentation around provenance/verification; evolving toward a more Solidity-first architecture.


๐Ÿง  Engineering Principles

  • ๐Ÿ“ Specs before code โ€” invariants, threat model, failure modes
  • ๐Ÿงฉ Composable modules โ€” avoid monolith contracts where possible
  • โœ… Correctness > demos โ€” safety and clarity over hype

๐Ÿš€ Currently Improving

  • ๐Ÿ“ก Oracle safety patterns (staleness, decimals normalization, fallback logic)
  • ๐Ÿงฎ Vault math & rounding behaviors (ERC-4626 style mechanics)
  • ๐Ÿ›ก๏ธ Upgrade + permissioning safety (roles, timelocks, emergency controls)

๐Ÿ“ฌ Contact

Pinned Loading

  1. foundry-defi-stablecoin-f24 foundry-defi-stablecoin-f24 Public

    ๐Ÿ” A collateral-backed, USD-pegged stablecoin prototype focused on correctness, explicit invariants, and property-based testing using Foundry.

    Solidity

  2. repticle repticle Public

    As part of Backdrop build v2, building a PoC for a reputation system

    JavaScript