Skip to content
View Eric-Johnson-1's full-sized avatar
πŸ’­
πŸš€ Deploying to Mars...
πŸ’­
πŸš€ Deploying to Mars...

Block or report Eric-Johnson-1

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
Eric-Johnson-1/README.md

πŸ‘‹ Hello, Web3 Wanderers! I'm Eric Johnson

In a world of centralized solutions, be the decentralized revolution you want to see

Portfolio LinkedIn Twitter Telegram Discord Email

πŸ§™β€β™‚οΈ Web3 Code Wizard | Smart Contract Alchemist | dApp Architect

When I'm not optimizing gas fees, I'm probably meditating on the next blockchain innovation or hiking somewhere with terrible WiFi but spectacular views.

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

contract AboutEric {
    string public mission = "Building the decentralized future, one block at a time";
    uint256 public web3ExperienceYears = 3;
    uint256 public web2ExperienceYears = 2;
    bool public openToWork = true;
    string public portfolio = "https://eric-johnson-web3.top";
    
    function getSkills() public pure returns (string[] memory) {
        string[] memory skills = new string[](10);
        skills[0] = "Solidity";
        skills[1] = "React/Next.js";
        skills[2] = "TypeScript";
        skills[3] = "Wagmi/Viem";
        skills[4] = "The Graph";
        skills[5] = "IPFS";
        skills[6] = "Smart Contract Security";
        skills[7] = "Gas Optimization";
        skills[8] = "Layer 2 Solutions";
        skills[9] = "NFT Development";
        return skills;
    }
    
    function contactMe() public view returns (string memory) {
        require(openToWork, "Currently unavailable, but feel free to connect!");
        return "Let's build something amazing together!";
    }
}

πŸš€ What I Do

  • Smart Contract Sorcery: Crafting secure, gas-optimized contracts that even Vitalik would nod approvingly at
  • Front-end Wizardry: Building seamless dApp experiences with Next.js, Wagmi, and Viem that make Web3 accessible to everyone
  • Decentralized Architecture: Designing systems that would make centralized services jealous (looking at you, AWS)
  • Gas Optimization: Because nobody likes paying more ETH than necessary, especially not me!

πŸ› οΈ Recent Enchantments

✨ Staking Platform

Conjured a staking platform where your tokens work for you while you sleep. Integrated Chainlink oracles for reliable price feeds and Layer 2 solutions to keep those gas fees from burning a hole in your digital wallet.

πŸ–ΌοΈ NFT Marketplace

Architected an NFT marketplace where digital artists can thrive. Implemented IPFS for decentralized storage because your digital art deserves better than a centralized server that could disappear tomorrow.

πŸ“Š GitHub Stats That Don't Tell The Whole Story

GitHub Stats

Stats are cool, but they don't show the hours debugging a smart contract at 3 AM or the joy when you finally get that complex state management working just right.

πŸ§˜β€β™‚οΈ When Not Coding...

You'll find me exploring nature, cycling through new cities, or deep in meditation trying to visualize Ethereum's state trie. Yes, I'm that kind of blockchain enthusiast!


"The best way to predict the future is to build it... on a blockchain." - Me, probably after too much coffee

For a deeper dive into my blockchain journey, check out my portfolio. Open to remote Web3 opportunities worldwide. Let's redefine what's possible in the decentralized world!

Pinned Loading

  1. interface interface Public

    Forked from Uniswap/interface

    πŸ¦„ Open source interfaces for the Uniswap protocol

    TypeScript

  2. safe-smart-account safe-smart-account Public

    Forked from safe-global/safe-smart-account

    Safe allows secure management of blockchain assets.

    TypeScript

  3. scaffold-eth-2 scaffold-eth-2 Public template

    Forked from scaffold-eth/scaffold-eth-2

    Open source forkable Ethereum dev stack

    TypeScript

  4. solady solady Public

    Forked from Vectorized/solady

    Optimized Solidity snippets.

    Solidity

  5. stellar-contracts stellar-contracts Public

    Forked from OpenZeppelin/stellar-contracts

    OpenZeppelin Contracts written in Rust for Stellar Soroban

    Rust

  6. scaffold-eth/scaffold-eth-2 scaffold-eth/scaffold-eth-2 Public template

    Open source forkable Ethereum dev stack

    TypeScript 1.6k 1k