The technical content top engineers rely on to level up.
12 min read
Pedersen Commitments क्या हैं और वे कैसे काम करते हैं Pedersen commitments हमें एक सिंगल elliptic curve point के साथ इच्छानुसार बड़े vectors को encode करने की अनुमति देते हैं, जबकि वैकल्पिक रूप से... के बारे में किसी भी जानकारी को छिपाते हैं।
8 min read
Breaking Down the Uniswap V2 Swap Function Uniswap V2’s swap function is cleverly designed, but many devs find its logic counterintuitive the first time they encounter it. This article explains how...
4 min read
Solana में Require, Revert, और Custom Errors !Hero Image जिसमें Error code और Macro दिखाया गया है Ethereum में, हम अक्सर एक require स्टेटमेंट देखते हैं जो उन वैल्यूज़ को प्रतिबंधित करता है जो एक function argument में हो सकती हैं। विचार करें...
5 min read
Solana Hello World (इंस्टॉलेशन और समस्या निवारण) !Solana Hello World यह एक Solana hello world ट्यूटोरियल है। हम आपको Solana इंस्टॉल करने और उन समस्याओं का निवारण करने के चरणों के बारे में बताएंगे जो आ सकती हैं...
6 min read
Solana और Rust में अंकगणित और बेसिक टाइप्स !Solana लोगो और एक कैलकुलेटर दिखाने वाली हीरो इमेज आज हम सीखेंगे कि एक Solana प्रोग्राम कैसे बनाया जाए जो वही काम पूरा करता है जो Solidity...
5 min read
Rust Structs और Attribute-like तथा Custom Derive Macros !Rust attribute और custom-derive macros Rust में Attribute-like और custom derive macros का उपयोग Rust code के एक ब्लॉक को लेने और उसे संशोधित करने के लिए किया जाता है...
4 min read
Solana प्रोग्राम अपग्रेड करने योग्य होते हैं और इनमें constructors नहीं होते हैं !Anchor deploy को दर्शाने वाली Hero image इस ट्यूटोरियल में हम anchor के पर्दे के पीछे झांककर देखेंगे कि एक Solana प्रोग्राम कैसे deploy होता है....
5 min read
Solana Anchor Program IDL !Hero Image जो Interface Definition Language दिखाता है IDL (Interface Definition Language) एक JSON फाइल है जो यह बताती है कि Solana प्रोग्राम के साथ कैसे इंटरैक्ट किया जाए। यह...
5 min read
Solidity Developers के लिए Basic Rust !Hero image showing Rust : आसान हिस्से यह ट्यूटोरियल Solidity में सबसे अधिक उपयोग किए जाने वाले syntax के बारे में बताता है और Rust में इसके समतुल्य (equivalent) को प्रदर्शित करता है। यदि आप एक...
5 min read
Rust और Solana में Visibility और "inheritance" !Rust function visibillity आज हम सीखेंगे कि Solidity की function visibility और contract inheritance को Solana में कैसे संकल्पित (conceptualize) किया जा सकता है। आगे...
3 min read
Rust function-like procedural Macros !Rust function-like procedural Macros यह ट्यूटोरियल functions और function like macros के बीच के अंतर को समझाता है। उदाहरण के लिए, इसमें exclamation क्यों होता है...
15 min read
Python, Solidity, और EVM में Bilinear Pairings कभी-कभी इन्हें bilinear mappings भी कहा जाता है, bilinear pairings हमें तीन संख्याओं, $a$, $b$, और $c$ को लेने की अनुमति देते हैं, जहाँ $ab = c$ होता है, और उन्हें एन्क्रिप्ट करके...