CKBdev's profile picture. Cypherpunk · #PoW · #CKB Contributor
also on Nostr: npub1j7948t0lwa3vznttp55nl73funfrynnkwy3pj67xnxadhv6fy7rqq393v4

CKB Dev↾⇃

@CKBdev

Cypherpunk · #PoW · #CKB Contributor also on Nostr: npub1j7948t0lwa3vznttp55nl73funfrynnkwy3pj67xnxadhv6fy7rqq393v4

CKB update time 🎧☕️ This sprint we primarily focused on reliability & efficiency On CKB: - A default time-cost limit is added on indexer RPC to help keep heavy queries in check - Relay now sends messages asynchronously, so network congestion won't drop them On…


Another experimental demo is out🌱  Join Airdrop — a lightweight airdrop-lock contract where users fund their own Cells first to register for the airdrop & receive tokens. Built entirely in TypeScript. What it solves: In CKB's cell model, airdrop issuers typically need to…

CKBdev's tweet image. Another experimental demo is out🌱 
Join Airdrop — a lightweight airdrop-lock contract where users fund their own Cells first to register for the airdrop & receive tokens. 
Built entirely in TypeScript.

What it solves: 
In CKB's cell model, airdrop issuers typically need to…
CKBdev's tweet image. Another experimental demo is out🌱 
Join Airdrop — a lightweight airdrop-lock contract where users fund their own Cells first to register for the airdrop & receive tokens. 
Built entirely in TypeScript.

What it solves: 
In CKB's cell model, airdrop issuers typically need to…

CKB update time ✅ - Shipped CKB 1.0.0 crates (ckb 0.204.0-rc1) & CKB-VM CFI extension (initial Rust-based interpreter support) - Core & Docker builder now use Rust 1.91.0; bootstrapper upgrade in progress - Improving TUI experience - Fixed a boot issue on Windows 10 flagged by…


This sprint's dev updates: - Released ckb v0.203.0 — Rust SDK had some breaking changes; migration tool is ready 🔧 github.com/nervosnetwork/… Alongside it: - ckb-cli v1.16.0 - ckb-vm-contrib v0.203.0 Full log: github.com/nervosnetwork/… @CKBDevrel @NervosNetwork


Another mini project out ☕️😎 Exploring what Web5-style payments could look like—Spillman Payment Channel—blending AI chat w/ off-chain micro-payments: - Chat with AI, pay per message automatically, off-chain - Web2-level friendly UX + Web3-level security & privacy - Using CKB's…

CKBdev's tweet image. Another mini project out ☕️😎 
Exploring what Web5-style payments could look like—Spillman Payment Channel—blending AI chat w/ off-chain micro-payments:
- Chat with AI, pay per message automatically, off-chain
- Web2-level friendly UX + Web3-level security & privacy
- Using CKB's…

🚀 CKB Dev Update - Improved block relay and sync stability — fixes in block relay mode and large Light Client messages. - CKB-auth refactored for more flexibility and cleaner design. 🔧 In progress: CKB v0.203 testing (5% perf dip under review), RocksDB migration, Rolling Min…


1 account = 1 address?? 🤔 Not on CKB. CKB addresses and accounts are independent concepts, where an address represents ownership rules — NOT an account — since an address is derived from a Lock Script. What makes CKB unique is the flexibility of Script references. A Lock…


🛠️ Bi-weekly progress check from TeamCKB In the past sprint, we tagged CKB v0.203.0-rc1. VM also moved forward: - Quantum-resistant lock Script deployed on mainnet - C-version SMT support landed Meanwhile, the team is pushing forward on reproducible bootstrap design, CKB crates…


Bi-weekly dev log just out ✅ Feature drop this round: - Released Rust SDK 4.3.0 & 4.4.0 + Light Client 0.5.3 - JS HTLC Script demo with new offckb toolchain - New reproducible build workflow Full log: github.com/nervosnetwork/… @CKBDevrel @NervosNetwork


#TeamCKB dev updates: sharpening the tools with steady progress 🛠️ - improvements across CLI, VM, and light client. Next: RichIndexer optimization and a TUI for live CKB state. 👀 Full log: github.com/nervosnetwork/… @CKBDevrel @NervosNetwork


⚠️ VM Security Update for Devs As part of strengthening CKB, we regularly review older VMs and share issues we find. One of CKB's strengths: you can always choose past VM versions. This design keeps asset ownership safe—even through hardforks. 🔐✅ But older VMs aren't…

docs.nervos.org

VM Selection | Nervos CKB

When writing a Script, it is important to understand how the Script will be executed under a specific CKB-VM version. The CKB network has introduced various CKB-VM versions over time to enhance...


CKB Spark Program is backing new projects. Builders, if you've got a plan for #CKB, check it out—this is your chance to get support. #web5 #builder

🚀 CKB Eco Fund | Spark Program Update We’re excited to announce: SoMo - Pixel Territory has been approved for a $1,200 grant ✅ Led by Telmo, SoMo is a gamified pixel territory app built on the CKB network. By leveraging the Spore protocol & cell-based ownership, it explores a…

CKBEcoFund's tweet image. 🚀 CKB Eco Fund | Spark Program Update

We’re excited to announce: SoMo - Pixel Territory has been approved for a $1,200 grant ✅

Led by Telmo, SoMo is a gamified pixel territory app built on the CKB network. By leveraging the Spore protocol & cell-based ownership, it explores a…


Lately it's been a lot of digging into syscalls, chasing down perf edges, and smoothing dev tools. Some notes from the past sprint: - CKB-VM: syscall tracer improvements - CKB-CLI: dep_group deployment now works with Type ID - Ledger app: added support for the "other" address…


CKB Dev↾⇃ 님이 재게시함

Our paper on Measuring and Attacking the Ethereum Global Network was presented at the Science of Blockchain Conference 2025. Thanks to @masserova for presenting on our behalf! Paper: ia.cr/2025/588 SBC Recording: youtube.com/live/_2gnJjvod… Mine: youtube.com/watch?v=8XmuQR…

nirenzang's tweet card. A Place for Everyone vs Everyone in its Place: Measuring & Attacking...

youtube.com

YouTube

A Place for Everyone vs Everyone in its Place: Measuring & Attacking...


CKB Dev↾⇃ 님이 재게시함

Built this `ckb-crypto-service` — a unified IPC service for calling crypto algorithms on CKB. - Designed to make on-chain development smoother and more consistent. - Works across Rust, C, and JS. - Currently supports: Blake2b, SHA-256, RIPEMD-160, Secp256k1, Schnorr, and Ed25519…

Cryptape's tweet image. Built this `ckb-crypto-service` — a unified IPC service for calling crypto algorithms on CKB.
- Designed to make on-chain development smoother and more consistent.
- Works across Rust, C, and JS.
- Currently supports: Blake2b, SHA-256, RIPEMD-160, Secp256k1, Schnorr, and Ed25519…

Dev updates from #TeamCKB Last sprint, we: - added a new crate: CKB syscall tracer - released new versions of CKB-STD and Molecule - worked with community devs to design CKB-UDT convert service for smoother UDT payments Nothing beats building with the community. Thanks for…


Dev updates #TeamCKB This round brings: - better script serialization - block range import/export with flexible checks - enabled LTO (Link-Time Optimization) for rust-rocksdb and ckb-rocksdb Next up: header sync boost & ckb-bootstrapper for trusted, from-source builds. Full…


Loading...

Something went wrong.


Something went wrong.