Rust skills
Top maintainers
- openclaw · 29 skills
- multiversx · 22 skills
- huiali · 18 skills
- redisearch · 10 skills
- copyleftdev · 7 skills
Languages in this topic
133 skills
This skill provides expert guidance on building secure, gas-efficient MultiversX smart contracts using multiversx-sc patterns and best practices.
This skill analyzes and enforces the atomic lend-execute-verify pattern, ensuring reentrancy guards, shard validation, and safe repayment in a single
This skill helps you build and deploy MultiversX smart contracts in Rust, enabling on-chain logic, NFT minting, and token management.
This skill helps you implement flash loan patterns securely by enforcing single-transaction verification and repayment checks within MultiversX smart contracts.
This skill guides you in writing Semgrep rules to enforce MultiversX patterns and catch unsafe code early.
This skill provides deep MultiversX protocol insight for reviewing cross-shard design, sovereign chain integration, and reliable, scalable dApp architectures.
This skill verifies MultiversX smart contract implementations against whitepapers, specs, and MIPs to ensure specification adherence and correct tokenomics.
This skill reads another contract's storage directly to avoid proxy calls and reduce gas when querying same-shard state.
This skill provides production-grade MultiversX project structure patterns, enabling clean trait-based contract design, modular modules, and safer upgrades.
This skill helps you implement safe, high-precision DeFi math on MultiversX contracts, enabling half-up rounding, rescaling, and accurate percentage
This skill helps auditors verify constant-time cryptographic operations to prevent timing leaks in smart contracts and security-sensitive code.
This skill helps you deploy, track, and upgrade child contracts from a template to enable scalable multi-tenant applications.
This skill analyzes WASM binaries and maps DWARF debug info to Rust sources to help diagnose size, panics, and debugging.
This skill identifies and analyzes MultiversX smart contract entry points to reveal attack surfaces and improve security.
This skill helps optimize MultiversX contracts by using drop-based write-back caches to minimize gas through selective reads and cached state.
This skill verifies Rust smart contracts align with Whitepaper, MIP, and spec claims, ensuring math, constraints, and tokenomics match precisely.
This skill helps you design and execute property-based tests for MultiversX smart contracts, uncovering edge cases with random inputs and invariants.
This skill enables precise DeFi math on MultiversX by applying half-up rounding, safe rescaling, and robust percentage calculations for accurate results.
This skill streamlines cross-contract calls in MultiversX by guiding typed proxies, callbacks, and tx-builder usage for safe, efficient inter-contract
This skill helps you manage intermediate balances in multistep token operations with an in-memory ledger, reducing storage costs and improving efficiency.
This skill enables secure cryptographic operations in MultiversX smart contracts, including hashing and signature verification, to ensure on-chain data