Skip to content
View ledgerluminary108's full-sized avatar

Block or report ledgerluminary108

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ledgerluminary108/README.md

Hello, I am Eugene Rosario

Coder GIF

Vedant Chainani's Dev Card

Currently Learning Solidity

Connect with me

telegram discord

About Me...

As a senior blockchain engineer, I excel in creating and optimizing decentralized applications and smart contracts.

With extensive experience in web3 and blockchain technology, I am eager to leverage my skills to contribute to your innovative projects.

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public name = "Eugene Rosario";
    string public pronouns = "He | Him";
    string public currentFocus = "Web3 / dApps";

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
            string("Javascript"),
            "Python",
            "Solidity",
            "Hardhat",
            "ethers"
        ];

        return skills;
    }

    function fun() public view returns (string memory) {
        return
            "Two bytes meet.  The first byte asks, 'Are you ill?' The second byte replies, 'No, just feeling a bit off.'";
    }
}


🤹 My Skill Set


JavaScript Python Rust Solidity Git Hardhat PowerShell


📊 Github Stats

Expand


📊 Development Breakdown

Expand

📕 Blog Posts

Expand

✨ My Followers

Expand
shakiliitju
Md. Shakil Hossain
TenviLi
Tenvi
hyc0812
Yongchang He
Amarjit-ph
Amarjit Pheiroijam
petermartens98
Peter Martens
felpfsf
Felipe F.
Bornunique911
Bornunique911
christiancalara
christiancalara
pampzrd
Pamela Rod
FurkanEdizkan
Furkan Edizkan
ankushKun
Ankush Singh
Isallkun
Faishal AR
charlyautomatiza
Charly
peng1027
peng1027

🌸 Latest Tweets

Expand


Now Playing Now Playing

Expand


⚙️ Misc

Jokes Card



Popular repositories Loading

  1. ledgerluminary108 ledgerluminary108 Public

    Python

  2. StellarSnap StellarSnap Public