CryptapeforCryptape Jungleblog.cryptape.com·Dec 20, 2024Satoshi Scoop Weekly, 20 Dec 2024Crypto Insights Insights From the 2024 Developer Report This report provides an overview of the 2024 crypto developer ecosystem, focusing on developer trends, global adoption, chain diversification, and use-case diversify. Key findings include: 🧑💻...DigestBlockchain development
CryptapeforCryptape Jungleblog.cryptape.com·Dec 18, 2024Improving CKB Debugging Efficiency With Native Simulator and VSCode IntegrationThe current CKB Script debugging methods are fairly rudimentary, often relying on logging or connecting to the ckb-debugger's GDB server via the command line. These approaches may hinder development efficiency and increase the learning curve for deve...29 readsEngineeringBlockchain technology
CryptapeforCryptape Jungleblog.cryptape.com·Nov 21, 2024Reaching Design Consensus on CKB Script Execution ModelThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Xuejie Xiao is a blockchain engineer at Cryptape working on CKB. He's the lead developer of CKB Virtual Machine. https://youtu.be/9oW6TKpRN...45 readsTalksBlockchain technology
CryptapeforCryptape Jungleblog.cryptape.com·Oct 8, 2024Optimizing C++ Code for CKB-VMThis article documents the optimization efforts to directly port C++ code over to the CKB Virtual Machine (CKB-VM) without any modifications, using Bitcoin’s code as the example. It explores the challenges in tailoring the Bitcoin codebase for CKB-VM...845 readsEngineeringckb
CryptapeforCryptape Jungleblog.cryptape.com·Sep 6, 2024Satoshi Scoop Weekly, 6 Sep 2024Crypto Insights P2P Economy: Leading a Blockchain Renaissance UTXOStack discusses in P2P Economy: Leading a Blockchain Renaissance why Ethereum's decision of putting all business processes on-chain is a mistake and re-examines the fundamental princip...Satoshi Scoop WeeklyBlockchain
Boopathi Krishnanboopathi0304.hashnode.dev·May 28, 2024Creating Your Own Blockchain: A Step-by-Step GuideHow does blockchain work? The mechanism that is used to confirm transactions is called blockchain technology. Simply put, it’s a distributed ledger that spreads across the world. JSON Request Behavior was changed accordingly so as not to get involved...Blockchain development
Pratik Tiwaripratik-codes.hashnode.dev·Oct 13, 2023Solidity 101: A Starter GuideTable of Contents Datatypes Elementary Types Boolean Integer Address Bytes Complex Types Arrays Structs Enums Special Types Mappings Function Types Storage vs Memory Datatypes vs Calldata Contracts Definition Events Scopes ...33 readsSolidity
CryptapeforCryptape Jungleblog.cryptape.com·Oct 12, 2023From Novice to Expert: Gain Your Spore Knowledge | Digest #12Network & Code Hello, Spore Knowledge Cards Repository! 🌟📚📦 The Spore Knowledge Card Collection event has come to a perfect ending! During this event, a total of 9 captivating GIF cards were released, covering 3 engaging topics including the Promi...92 readsDigestBlockchain technology
Al Aminproalamin.hashnode.dev·Feb 25, 2023What is Blockchain?Blockchain is a shared, immutable ledger that facilitates the process of recording transactions and tracking assets in a business network. An asset can be tangible (a house, car, cash, land) or intangible (intellectual property, patents, copyrights, ...52 readsWeb 3.0Blockchain
Daniel Anthonythenavigator.hashnode.dev·Jan 26, 2023Solidity Tutorial: ArraysAn average user might wonder why we have so many brackets '{,(,[' but for some of us programmers and engineers it means so much. Today I will be talking about the '[]' brackets, their usage and their importance in solidity programming for blockchain ...11 likes·52 readsSolidity