draco
@0xdracooo
Followers
81
Following
297
Media
8
Statuses
213
cooking @canopyxyz @openmovelabs @coral_xch | moving systems
on the move
Joined January 2022
just migrated the official usdc testnet coin metadata to the new currency standard on Sui testnet. it's truly permissionless. all i did was run a simple "sui call" command and it was done immediately. https://t.co/7fuO03GJFK
suiscan.xyz
Suiscan is a feature-rich block explorer and analytics platform for Sui.
0
1
3
@0xdracooo @ViDAonX Great find and write up! This is a relatively new feature. We debuted "request" in the Slush wallet at SuiFest on Oct 2, which is powered by this standard. The detailed docs were published recently, so you found them very shortly after they went live 👏
0
2
5
The Anka Series, a 4–5 part journey where we build a naive lending protocol in Sui Move, step by step. https://t.co/B9InDC0JJl A lot of devs i’ve met struggle to understand how Move’s unique features actually fit into real protocols. They know the syntax, they can write
2
2
10
man this refactor took me a whole day. i legit thought it was gonna be another 3-hour swim 😭
0
0
1
Dude, Sui doesn't even have blocks 🤦♂️
2
0
2
Sui has one of the most advanced consensus engines in Web3, powered by Mysticeti. Unlike traditional BFT protocols that depend on heavy leader election and explicit certification, Mysticeti uses a DAG-based design with an embedded fast path. This allows validators to commit by
6
8
59
thought im about to see myself fooling in a video on X 😂
1
0
2
when you bring evm habits into move, you increase your risk of getting hacked. move comes with patterns that make code safer and even eliminate whole classes of attack vectors. but the language won’t save you if you don’t understand when or how to use those patterns or if you
what happened to MoveVM ? wasn’t it supposed to save our industry from hacks? 😭 moveVM is the future bruh gmove, solidity sucks, EVM sucks
1
0
1
derived objects are like one of the greatest additions to sui framework ever, idk how to explain but man >>>>
0
0
2
i'm not even writing move right now, but it's still using more memory than rust-analyzer lol
0
0
0
I use a M3 Max with 128GB RAM and I still feel it. Something has to be done to the move analyzer fr 😭😭
1
0
1
You can learn more about Party objects in the Sui docs: https://t.co/lbcewAODKI And check out the Move implementation here:
github.com
Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language - MystenLabs/sui
0
0
2
Imagine you want to create Sui objects that are owned or accessible by a specific set of people, not just one address, and not fully shared. This is coming to Sui and they are called Party Objects. Now, let's get into it. Party objects behave like owned objects but are
3
1
14
Find the SDK here: https://t.co/XoQ2OMfLjj (probably changing the repo name soon to sui-go-sdk)
github.com
Contribute to 0xDraco/sui-go-sdk development by creating an account on GitHub.
0
0
2
Just wrapped the first crypto milestone for the Sui Go SDK I'm building. I started by understanding how Sui treats signatures, then implemented the derivation logic and tests around those rules. One important thing to know is that Sui never signs raw bytes. Every signature
1
2
11
our goal at @OpenMoveLabs is to build open and accessible protocols and we're just starting. we’ve got lots of cool stuff cooking low key and we’ll unveil as time goes by. repo -> https://t.co/QFK8bSPXy1 math credits -> https://t.co/Xh35LljSHu by @IPXLabs (ty @josemvcerqueira)
github.com
Satisfies your basic math needs. Contribute to interest-protocol/interest-math development by creating an account on GitHub.
0
0
4
we added overflow guards everywhere: - invalid indexes, empty vectors, zero liquidity param - safe exponent limits via max_safe_exp_input macro - fixed-point scaling by decimals for predictable precision this keeps calculations secure, predictable, and audit-friendly.
1
0
3