8000 sagarregmi2056 (Niklas) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View sagarregmi2056's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report sagarregmi2056

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

wave Hi, I'm Sagar Regmi
Coding Animation

About Me
const developer = {
    name: "Sagar Regmi",
    location: "Nepal",
    company: "TrustledgerAi.com",
    roles: [
        "Full Stack Developer",
        "Blockchain Developer",
        "Smart Contract Engineer"
    ],
    focus: [
        "Node.js",
        "React",
        "Solana",
        "Ethereum",
        "Rust",
        "Web3"
    ],
    currentLearning: "Zero Knowledge Proofs",
    funFact: "I debug smart contracts in my dreams"
};
Typing SVG
#[program]
pub mod token_vault {
    use anchor_lang::prelude::*;

    #[derive(Accounts)]
    pub struct Initialize<'info> {
        #[account(init, payer = authority)]
        pub vault: Account<'info, TokenVault>,
        pub authority: Signer<'info>,
        pub system_program: Program<'info, System>
    }

    pub fn initialize(ctx: Context<Initialize>) -> Result<()> {
        msg!("πŸš€ Initializing token vault...");
        Ok(())
    }
}

#[account]
pub struct TokenVault {
    pub authority: Pubkey,    // 32
    pub token_mint: Pubkey,   // 32
    pub token_account: Pubkey // 32
}

Tech Stack

Profile views
Built with ❀️ and πŸ¦€ Rust | Powered by ⚑ Solana and 🌐 Web3 | Crafted by Sagar Regmi

My Coding Mood 🎯

"Simplicity is the soul of efficiency." - Austin Freeman

Powered by Mood Coding

Shared via Mood Coding - The mindful VS Code extension

Let's Connect

Get in Touch

Interested in collaborating or have a project in mind? Let's connect and discuss!

Pinned Loading

  1. Rust-websocket-nodejs Rust-websocket-nodejs Public

    NPM PACKAGE

    JavaScript 20 1

  2. Mood-Coding Mood-Coding Public

    TypeScript 3

  3. prompthub-cli prompthub-cli Public

    A powerful version control system for AI prompts with multi-model support. Git-style tracking for your prompt engineering workflow.

    JavaScript 4 1

  4. Production-Performance-Patterns Production-Performance-Patterns Public

    What actually matters in production: A practical guide to building high-performance applications

    JavaScript 4

0