Skip to content
View eagle-provision's full-sized avatar
🤗
🤗

Block or report eagle-provision

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
eagle-provision/README.md

訪問していただきありがとうございます。 (fullstack, blockchain developer.) Greetings!

struct BlockchainDev {
    languages: Vec<&'static str>,
    tools: Vec<&'static str>,
    currently_learning: &'static str,
    fun_fact: &'static str,
}

impl BlockchainDev {
    fn new() -> BlockchainDev {
        BlockchainDev {
            languages: vec!["Solidity", "Rust", "Go"],
            tools: vec!["Ethereum", "Solana", "Polkadot"],
            currently_learning: "ZK-Rollups & Layer 2 Scaling",
            fun_fact: "I once explained blockchain to my grandma using Lego blocks. She’s now a Bitcoin holder.",
        }
    }

    fn build_smart_contract(&self) {
        println!("Writing immutable code...");
        println!("Deploying to the blockchain...");
        println!("Praying for no gas fee spikes...");
    }
}

fn main() {
    let chain_dev = BlockchainDev::new();
    chain_dev.build_smart_contract();
}

To the end with blockchain development~

大切な人と大切な事を大切に...

Popular repositories Loading

  1. Timer Timer Public

    A simple benchmarking/timer library based on nim's lib/system/timers.nim

    Nim 5 1

  2. NFT-mining-FE NFT-mining-FE Public

    Vue 5

  3. Nx-Amplify-cdk Nx-Amplify-cdk Public

    TypeScript 5

  4. ddnet ddnet Public

    Forked from ddnet/ddnet

    DDraceNetwork, a mod of Teeworlds

    C++ 4

  5. aws-lamda-node aws-lamda-node Public

    JavaScript 4

  6. Dating-app Dating-app Public

    Dart 3