
Superteam Malaysia
@SuperteamMY
Followers
3K
Following
4K
Media
503
Statuses
2K
Superteam Malaysia is focused on helping Solana developers and creators earn and grow 🇲🇾
Startup Village, KL
Joined August 2023
Super excited to share that Cypherthon MY Build Station is happening 17–19 October in KL! FOC (yes, free!) and meals + parking are included. 🍜🚗 It’s a 3-day builder bootcamp where you’ll: Craft & polish your pitch Exchange ideas & feedback with mentors & peers Iterate fast in
0
3
10
Would like to play fps on @solana đź‘€
Our waitlist is out! Drop your email to know and be able to access the game first as soon as it is ready LFG OPOS @SuperteamMY @colosseum Waitlist link in the reply 👇 #devlog
0
0
2
ICYMI: Here's a replay of @jonasXchen's #CYPHERthonMY workshop on how to add real-time, privacy & randomness to your @solana program with @magicblock 🧙‍♂️ 🏆Side track: MagicBlock will sponsor up to 2 Superteam MY builders to their Dubai Hacker House and $2,500 USDC Superteam
8/ @jonasXchen (@magicblock ) 🧑🏻‍🏫 Real-Time, Private, Random: Superpowers for Your Solana Program ⏰ Oct 10, 2pm (MYT) 📖 ER/TEE/VRF in practice, privacy and randomness RSVP👇 https://t.co/uZDc0HV5MJ
0
1
5
Hypebiscus at Borneo Blockchain Conference 2025 @BorneoBC2025: Bridging Bitcoin and Solana with AI-Driven DeFi The inaugural public showcase of https://t.co/ljli0x2guo at the Borneo Blockchain Conference 2025 marked a major milestone in our journey. As a protocol team building
1
3
11
8/ For more educational content and help for your @colosseum and #CYPHERthonMY submission, join us for our workshops this week👇 https://t.co/DtM50XnEaV And join us for our Build Station this Oct 17-19! https://t.co/iYW3wbJzxe
Super excited to share that Cypherthon MY Build Station is happening 17–19 October in KL! FOC (yes, free!) and meals + parking are included. 🍜🚗 It’s a 3-day builder bootcamp where you’ll: Craft & polish your pitch Exchange ideas & feedback with mentors & peers Iterate fast in
0
1
1
7/ Zero-copy Q&A - Where is “zero-copy” data stored? In the account data itself. - You don’t copy to a heap struct; you operate directly on the account’s bytes using typed views. - Multiple fields management: your program already has the account’s byte buffer from runtime; views
1
0
0
6/ Resources & methodology - Repos: P-Token and Pinocchio, plus a benchmark playground to measure entry-point CU & more. - Also, p-memo program reimplemented with Pinocchio is ~4% of current memo CU. - Always benchmark before/after; don’t assume an optimization helps, and measure
1
0
0
5/ P-Token’s Batch Instruction (BA) New batch instruction lets clients pack multiple sub-instructions into one CPI: - Append each sub-instruction’s data blob into a single catalog slice. - Small 2-byte header per sub-instruction: account count and end offset in the blob. -
1
0
0
4/ CPI costs & how to design around them - CPIs are expensive: think ~1,000+ CU baseline per CPI, plus extra cost proportional to account sizes/sets passed. - A simple swap typically requires two transfers, i.e. at least two CPIs (+ any inits/closes/signature checks your protocol
1
0
0
3/ P-Token: SPL-Token reimplementation on Pinocchio - Motivation: SPL-Token is among the most-used programs; reducing its CU frees block space for other txs. Measured CU usage - Across instructions, P-Token uses ~1.6%–11.2% of SPL-Token’s CUs from ~98% to ~89% reduction. - The
1
0
0
2/ Pinocchio is a library to write @solana programs with no external dependencies and focuses on performance. - Pinocchio copies ~8 bytes per account (pointer to where account data starts). - Typical SDK parsing copies ~48 bytes per account (addr pointer, lamports, owner, data,
2
0
0
1/ ICYMI: @0x_febo from @anza_xyz shared about Pinocchio & P-Token during the @colosseum workshop series Goal: write @solana programs that are smaller, faster, cheaper. Pinocchio is a minimal onchain library; P-Token is a Pinocchio-based re-impl of SPL-Token. Catch it here👇
16
16
94
It’s been a while since 🇲🇾 have a gamefi, and it looks stunning!! Keep shipping!! OPOS
How our game looks like right now for @colosseum cypherpunk Working together @ @SuperteamMY's Solana Hub today @victorevolves @Sean_Hoee @_weihup
1
1
11
University is still rocking in Malaysia 🇲🇾
1
0
5
Calling universities in Malaysia Ini kalilah 🇲🇾
On Oct 29 (5–8 PM local), student blockchain clubs nationwide are hosting meetups to onboard the next wave of talent to @solana Every club will get SOL + resources to run their own event and highlight top apps in the ecosystem. More info below 🔽
2
0
8
9/ Questions? Drop them in the Solana dev chat. GM & build private by default🔥 Also, remember to join our Superteam #CYPHERthonMY workshop series. Plenty of alpha going around👇 https://t.co/DtM50XnEaV
luma.com
View and subscribe to events from Superteam Malaysia on Luma. We are the official Solana community of Malaysia! Focusing on helping Solana developers and creators earn and grow!
0
0
1
8/ Build checklist (just copy and pastaaaa) ✅Scaffold with RQM CLI; create encrypted instruction and init/queue/callback on-chain. ✅In client, wire encrypt → queue → decrypt with the TS SDK; log encrypted + decrypted values. ✅Choose access policy (program-only vs
1
0
0
7/ Integrity, errors & slashing - If a node tries to cheat (e.g., alter result), cryptography lets the system detect which node. - Planned mechanism: slash the offender’s stake; reward reporter and/or refund failed compute requester. Concurrency & freshness (scheduling) - Each
1
0
0
6/ Programming encrypted code - Rust-like DSL, most familiar features; not all crates. - Use Ink<T> for encrypted values. - Choose access policy per value: program-only (MXE/PC) or user-readable. Nonces (“numbers used once”) - Must be unique per key, not necessarily random. -
1
0
0
5/ Developer setup - Install RQM tooling (one-command from docs). - Scaffold with RQM CLI (Anchor-like project). - You’ll have two codepaths: > Solana program (Rust, on-chain) > Encrypted instructions (Rust-like DSL) executed by RQM. Solana-side instruction trio (per
1
0
0