Skip to content
View DeluxeRaph's full-sized avatar
💻
Don't make me pull the mf Mac out
💻
Don't make me pull the mf Mac out

Organizations

@Super-DCA-Tech @Coffee-Code-Philly-Accelerator @Run-Money

Block or report DeluxeRaph

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
DeluxeRaph/README.md

Open Source

Repository Stars Merged Latest merged PR
Osmantic/ODS 3,433 stars 1 merged PR Skip disabled optional services during install health checks
obi1kenobi/cargo-semver-checks 1,658 stars 1 merged PR Added inherent_associated_const_now_doc_hidden
base/base 810 stars 3 merged PRs issue 85 quick fix
eth-protocol-fellows/protocol-studies 273 stars 1 merged PR Keccak256 section in the wiki
eric-tramel/moraine 98 stars 1 merged PR fix(mcp): label untitled session listings
contract DeluxeRaph {
  bool public love;
  bytes32 public constant defi = "DEFI";

function _myHeart (bytes32 _code) internal returns(bool) {
    require(_code == defi, "Code is not defi");
    return love = true;
  }
}

Pinned Loading

  1. Super-DCA-Tech/super-dca-gauge Super-DCA-Tech/super-dca-gauge Public

    Super DCA Liquidity Network

    Solidity 4 3

  2. SeaWatch SeaWatch Public

    Mesh-networked smart buoys that detect and classify vessels using computer vision and relay sightings over LoRa — no AIS, no internet, no cooperation from the target.

    Python 1

  3. DGL-Dynamic-Governance-Liquidator DGL-Dynamic-Governance-Liquidator Public

    DGL (Dynamic Governance Liquidator) is a tool for DAOs that uses Uniswap v4’s TWAMM to execute large token trades over time, reducing market impact and frontrunning. It integrates governance logic,…

    Solidity 2

  4. swoupon-hook swoupon-hook Public

    Swoupon is a uniswap v4 hook swapping rewards mechanism. It allows swapper to accumulate Swoupon tokens through swaps, which can later be redeemed for fee discounts

    Solidity 3

  5. ai_dex ai_dex Public

    This is an experimental Dex that swaps using an intent based aggregator, and uses an ai chat bot interface for ease of use

    Python