The Wayback Machine - https://web.archive.org/web/20250127045322/https://github.com/mcgingras
Skip to content
View mcgingras's full-sized avatar
:shipit:
milady
:shipit:
milady

Block or report mcgingras

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mcgingras/README.md

is cryptopilled

Pinned Loading

  1. on-chain-6551 on-chain-6551 Public

    Fully on-chain dynamic NFT as a function of contents of 6551 TBA

    Solidity 1

  2. loot2 loot2 Public

    A twist on the original _loot_ NFT project. With loot2, each NFT is deployed with a 6551 TBA that holds the traits. Now, traits are individually decomposable and tradable.

    TypeScript 5 1

  3. NPC NPC Public

    Noun Playable Characters (NPC) -- ERC6551 composable nouns.

    Solidity 2

  4. wave-monorepo wave-monorepo Public

    fka proplot

    TypeScript

  5. The Beauty of Functional Programming The Beauty of Functional Programming
    1
    (* syntactically defining cons as list concat *)
    2
    let cons a b = a::b
    3
    
                  
    4
    (* sum without foldr *)
    5
    let rec sum lst =