Skip to content
View Maheswaranx15's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Maheswaranx15

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
Maheswaranx15/README.md
Typing SVG
- 🔭 Exploring new skillsets in Blockchain.
- ⚡ Fun fact :- Food and Music🎵 are the reasons to live.

You can reach me at 👽

LinkedIn Profile Gmail

Languages and Tools🧑‍💻 :

 
//SPDX-License-Identifier: UNLICENSED
 
pragma solidity 0.8.14;
 
contract About_me {
 
function name() external pure returns (string memory) {
           return "MaheshwaranKR";
    }
function location() external pure returns (string memory) {
           return "India";
    }
function username() external pure returns (string memory) {
           return "Maheshwaranx15";
    }
function linkedin() external pure returns (string memory) {
          return "https://www.linkedin.com/in/maheswaran-kr-a11a5b175";
    }
function gmail() external pure returns (string memory) {
           return "maheshwaran66648@gmail.com";
    }
}

Popular repositories

  1. Smart-contract_vulnerabilities Smart-contract_vulnerabilities Public

    Smart contract vulnerabilities refer to weaknesses or flaws in the design, implementation, or execution of smart contracts that can be exploited by attackers. These vulnerabilities can lead to uni…

    1

  2. SignatureReplay SignatureReplay Public

    Signing messages off-chain and having a contract that requires that signature before executing a function is a useful technique.

    Solidity 1

  3. DiceGame DiceGame Public

    A Simple Dice Rolling Game

    JavaScript

  4. GeeksynergyDemoApp GeeksynergyDemoApp Public

    React Native Application for demo

    JavaScript

  5. BudgetCalc BudgetCalc Public

    By this we can calculate our personalized income and Expense plan.This can help by entering income and monthly expenditures, view how much money is left to save and how much money is being spent.

    JavaScript

  6. Uniswap Uniswap Public

    Uniswap contracts and its testcases

    Solidity