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 @Run-Money

Block or report DeluxeRaph

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 2,715 stars 1 merged PR Skip disabled optional services during install health checks
obi1kenobi/cargo-semver-checks 1,649 stars 1 merged PR Added inherent_associated_const_now_doc_hidden
base/base 782 stars 3 merged PRs issue 85 quick fix
eth-protocol-fellows/protocol-studies 272 stars 1 merged PR Keccak256 section in the wiki
flayerlabs/flaunch-sdk 17 stars 1 merged PR Sync SDK addresses with latest contracts
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. 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