Skip to content
View blablalf's full-sized avatar

Block or report blablalf

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
blablalf/README.md

Typing SVG


πŸ§‘β€πŸ’» About Me

// SPDX-License-Identifier: MIT
pragma solidity 0.8.31;

/**
 * @title blablalf
 * @author Alfred
 * @notice Blockchain Engineer | DeFi Builder
 */
contract Alfred {
    // ═════════════════════ State Variables ═════════════════════

    string public constant LOCATION = "Switzerland";

    // ═══════════════════════ Constructor ═══════════════════════

    constructor() {
        primaryRole = Role({
            focus: "Building DeFi Protocols"
        });

        passions = [
            Passion.DeFi,
            Passion.SmartContracts,
            Passion.YieldFarming
        ];
    }

    // ═══════════════════ The Boring Stuffβ„’ ═══════════════════
    
    struct Role {
        string focus;
    }

    enum Passion {
        DeFi,
        SmartContracts,
        YieldFarming
    }

    Role public primaryRole;
    Passion[3] public passions;
}

⚑ Tech Stack

Languages

Solidity Rust TypeScript JavaScript Python Java C++ C Bash Lua

Blockchain & Web3

Ethereum Foundry Hardhat Soldeer

Frameworks & Tools

React Node.js Docker AWS Git Linux

Security & Testing

Medusa

🌐 Connect With Me

LinkedIn Twitter Email

Pinned Loading

  1. bitcoin_wallet_tool bitcoin_wallet_tool Public

    JavaScript 1

  2. tet-rust_public tet-rust_public Public

    Tetrust: Tetris in Rust

    Rust

  3. lending-and-flashLoan_aave_warmup lending-and-flashLoan_aave_warmup Public

    Solidity

  4. cairo_1.0_anchoring_protocol cairo_1.0_anchoring_protocol Public

    Cairo 2

  5. AmphorProtocol/synthetic-vault AmphorProtocol/synthetic-vault Public

    Solidity 16 11

  6. p2p-flash/core p2p-flash/core Public

    Solidity