Shahnil Sharma avatar

Shahnil Sharma

Community

@Shahnilsharma

6Followers
|
32Public Repos
|
3Published Skills

Glad you visited my Github wanna Connect? find my LinkedIn below

Skills Distribution
DomainDeveloper To...Smart Contract Dev.. (40%)DeFi Protocol Arch.. (25%)Security Auditing .. (20%)QA & Fuzz Testing .. (15%)

Agent Skills by Shahnil Sharma

Showing 3 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Shahnil Sharma

FAQPage Schema
What tasks can I accomplish with Shahnil Sharma's DeFi architect skills?

You can design, code, test, audit, and deploy smart contracts across three ecosystems: CosmWasm/Rust on Cosmos chains, Solidity on Ethereum and EVM chains, and Rust/Anchor programs on Solana. Each skill maps DeFi mechanics like lending, AMMs, vaults, staking, vesting, and DAOs into production contract architecture.

Who are these smart contract skills designed for?

They target blockchain developers and DeFi engineers building on-chain financial protocols on Cosmos, EVM, or Solana networks. They suit solo builders needing an end-to-end pipeline as well as users wanting a multi-agent mode, triggered by saying 'with a team' or 'multiagent' for parallel execution.

How do testing and QA work in these skills?

Each skill generates role-based-wallet QA suites: cw-multitest plus CosmJS for CosmWasm, Foundry fuzz/invariant tests and Hardhat 3 with viem for EVM, and LiteSVM, Mollusk, Surfpool, Trident, and anchor-fuzz for Solana. Audits include threat modeling, economic review, and a fix-review cycle.

Which chains are supported and how is deployment handled?

CosmWasm defaults to ZIGChain, EVM defaults to Ethereum mainnet/Sepolia, and Solana defaults to devnet with mainnet-beta on request. Any alternative chain is accepted via a docs URL or .md file parameter. Deployment runs through chain-native CLIs: forge script/cast, solana/anchor CLI, or Cosmos CLI.

What security vulnerabilities do the Solana and EVM audits cover?

Solana audits target account-model vulnerability classes including signer/owner checks, PDA misuse, arbitrary CPI, sysvar spoofing, and account confusion. EVM audits run Slither, Mythril, and Echidna against an OWASP checklist, combined with threat modeling, economic review, and a structured fix-review cycle.