Skip to content
View Muray1008's full-sized avatar

Block or report Muray1008

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
Muray1008/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 Git PowerShell Solidity Hardhat ethers.js


📊 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. Decentralized-Voting-System Decentralized-Voting-System Public

    JavaScript 1

  2. EVIL961008 EVIL961008 Public

    Config files for my GitHub profile.

  3. Flutter_Ecommerce_App-Web-ios-android- Flutter_Ecommerce_App-Web-ios-android- Public

  4. Muray1008.github.io Muray1008.github.io Public

    HTML

  5. nextjs-dashboard nextjs-dashboard Public

    TypeScript

  6. GenAi-playground GenAi-playground Public

    Jupyter Notebook