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 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
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
 * @dev Currently building the future of tokenized funds
 */
contract Alfred {
    // ═════════════════════ State Variables ═════════════════════

    string public constant LOCATION = "Switzerland";

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

    constructor() {
        primaryRole = Role({
            position: "Backend Engineer",
            company: "RA2Tech",
            focus: "Building DeFi Protocols"
        });

        founderRole = Role({
            position: "CTO & Co-Founder",
            company: "T3tris",
            focus: "EVM Tokenized Funds Protocol"
        });

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

    // ═══════════════════ The Boring Stuff™ ═══════════════════
    
    struct Role {
        string position;
        string company;
        string focus;
    }

    enum Passion {
        DeFi,
        SmartContracts,
        YieldFarming
    }

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

🏢 Where I Build

Role Company Focus
Backend Engineer RA2Tech 🇨🇭 Building DeFi Protocols
CTO & Co-Founder T3tris 🇫🇷 EVM Tokenized Funds

⚡ 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


💡 Currently Building the Future of DeFi

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