๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€

9.3K posts

๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€ banner
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€

๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€

@theonlysol_

โš™๏ธ On-chain Explorer ๐Ÿ“ˆ Technical Analyst | Chad @multiplifi | Building on @0xMiden

Nigeria ุงู†ุถู… Aralฤฑk 2015
459 ูŠุชุจุน440 ุงู„ู…ุชุงุจุนูˆู†
Anatoli Kopadze
Anatoli Kopadze@AnatoliKopadzeยท
Meta spent $40 billion and 10 years trying to make hand tracking feel natural. This guy did it with Claude in a weekend. No code written. No team. No hardware. He described what he wanted, Claude built it. The app tracks every finger, every joint, every movement live on his laptop. Physics bend around his hands in real time. The $40B industry just got embarrassed by one person with a Claude subscription. Everything you need to start building like this is in the article above.
Anatoli Kopadze@AnatoliKopadze

x.com/i/article/2050โ€ฆ

English
66
168
1.1K
147.2K
Chuks
Chuks@Chuksdakingzยท
Xo OG role on @xomarket discord funding is $6.5M from VCs like delphi ventures (9x roi), and coinbase ventures (1.5x roi) xo market is a permissionless opinion market that is built with Celestia rollup. It gives you the ability to create, trade and solve markets on its platform. join here: - discord: discord.gg/xomarket - claim the xo rookie role as initial role - create contents and submit them in the creators channel - create memes and submit in the memes channel - done right now they are just 5.4k members on the dc and less than 10 people with the xo OG role note: nothing is guaranteed. Goodluck
Chuks tweet media
English
13
2
43
1.5K
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€ ุฃูุนูŠุฏ ุชุบุฑูŠุฏู‡
Concrete
Concrete@ConcreteXYZยท
1/ Phase 1 of the Concrete Social โ€˜Bagsโ€™ Campaign is live. Your actions = your bags๐Ÿ—ฟ Start earning today, link below.
English
3.9K
102K
93.3K
3.8M
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€
"Oracle is consulting the validator..." That's where I'm currently stuck after signing the transaction... Easy peasy, right? @ZaksansPG, over to you.
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€ tweet media
GenLayer@GenLayer

Not every GenLayer app has to be killer app, some can simply ruin your afternoon philosophically. Try the onchain fortune cookie built by @ZaksansPG, let our AI validators decide your destiny, and drop your fortune in the comments ๐Ÿ‘‡ Weโ€™ll start: existential damage ๐Ÿ˜„

English
0
0
0
10
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€
Your wallet is a public profile. It doesnโ€™t have to be. I built Sealed on @0xMiden to prove credentials without exposing history, just local execution + zk proofs. No scores. No surveillance. Just verification. Link: sealed-miden-frontend.vercel.app Details: theonlysol.medium.com/miden-doesnt-cโ€ฆ
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€ tweet media
๐‘บ๐’๐’๐‘ป๐’“๐’‚๐’…๐’†๐’” | ฯ€@theonlysol_

Is @0xMiden's Miden_Client that heavy to run multiple contracts with? Deployed a contract successfully on Miden. Trying to make the contract live on testnet so it could be wallet-connectable and testable (not simulation), but to no avail. Need to see this through. Details later

English
2
2
4
67
Top Boy | ฯ€
Top Boy | ฯ€@TimiofNursing_ยท
on most chains (like Ethereum), transactions are processed one by one imagine a single cashier at a supermarket: โ€ข person A goes first โ€ข person B waits โ€ข person C waits everyone is in one long line, even if: โ€ข A is sending money โ€ข B is minting an NFT โ€ข C is swapping tokens they still wait their turn, thatโ€™s called โ€œsequential executionโ€ this usually creates: slow speed, high fees, congestion because everything is forced into one global order โ€”โ€”+โ€”โ€” but then Miden is saying โ€œwhy are we forcing unrelated things to wait for each other?โ€ so instead of one cashier, it gives everyone their own checkout laneโ€ฆ โ€œparallel executionโ€ parallel execution = many transactions happening at the same time not waiting in line for each other, think of it like this; you and your friend both have separate bank accounts. โ€ข you send money to someone โ€ข your friend pays for food these two actions donโ€™t affect each other, so why should one wait? on Miden, they donโ€™t waitโ€ฆ they both happen at the same time so with parallel execution; the supermarket analogy i gave earlier, person A,B and C can carry out their actions simultaneously without waiting for each other โ€”โ€”+โ€”โ€” what makes this possible on Miden? instead of one big shared state (like Ethereum), each account has its own state, so: โ€ขyour account = your own โ€œmini worldโ€ โ€ขmy account = my own โ€œmini worldโ€ we donโ€™t interfere unless we interact directly โ€”โ€”+โ€”โ€” hereโ€™s what actually happens; 1.you run your transaction on your device 2.it gets turned into a proof (like evidence itโ€™s valid) 3.the network just checks the proof so the network doesnโ€™t need to: โ€ข re-run everything โ€ข queue everything โ€ข slow everyone down parallel execution on Miden means: โ€ข way faster transactions โ€ข lower fees โ€ข it can scale to thousands of users easilyโ€ฆ because people arenโ€™t blocking each other anymore โ€”โ€”+โ€”โ€” in one sentence; parallel execution on Miden means everyone can act independently at the same time, instead of waiting in a global line โ€ฆthis only works because Miden rethought how accounts work most chains: one shared world โ†’ must stay in sync โ†’ forced order Miden: independent accounts โ†’ only sync when needed โ†’ can run in parallel
GIF
blkylimm | ฯ€@blkylimm

give me the most clearest explanation on what parallel execution means on miden? quote with your explanation, go!

English
7
2
18
387