SolPlay_jonas Profile Banner
Jonas Hahn Profile
Jonas Hahn

@SolPlay_jonas

Followers
5K
Following
38K
Media
630
Statuses
6K

Dev Rel @ Solana Foundation Start a solana game today: npx create-solana-game 'name'

Hamburg, Germany
Joined April 2016
Don't wanna be here? Send us removal request.
@SolPlay_jonas
Jonas Hahn
1 year
Mega thread of game dev resources to build on Solana. (Game jam coming up!) .👇👇👇👇👇👇👇👇👇.
13
23
145
@SolPlay_jonas
Jonas Hahn
2 years
Today I started my new job for solana foundation as a dev rel! \o/ First stop turkey. Birlikte @solana inşa ederiz!
44
10
312
@SolPlay_jonas
Jonas Hahn
2 years
I am still mind blown that it is really possible to build a realtime multiplayer game on @solana. If someone asks you if solana is fast, just show them this. :D
19
38
242
@SolPlay_jonas
Jonas Hahn
2 years
.@Solana has a HUGE problem! Compressed NFTs are way too cheap. 0.000005 sol per mint is crazy. So we came up with a solution. Let's just mint every pixel of an NFT as an NFT to balance things out. Introducing the
28
34
204
@SolPlay_jonas
Jonas Hahn
1 year
Just deployed my first solana program on the @solana saga phone using playground. Just normal solana things 🤷‍♂️
Tweet media one
@acheroncrypto
acheron
1 year
Big update for Solana Playground today!. - Share any file(s) you'd like.- Import any GitHub program repository(including tests) - Import a local program workspace with drag & drop.- Export with framework layout, e.g. with default Anchor project files
Tweet media one
9
24
174
@SolPlay_jonas
Jonas Hahn
2 years
Mhmmm the @solana Unity SDK looks really in the verified Unity asset store 😍 I think its the best Solution to build blockchain games. Check it out here: and here are some example games build with the sdk:
Tweet media one
17
34
154
@SolPlay_jonas
Jonas Hahn
2 years
Omg!! I added socket subscription to the game data account. Look at this @solana speed!! Every move is a transaction on a decentralized blockchain. 🤯🤯🤯
6
18
145
@SolPlay_jonas
Jonas Hahn
1 year
21 million dollar depin idea: build a tiny lorawan distance sensor and glue it in all parking spots in a city and make an app that shows where free parking spots are. Then let people rent out the parking spots in front of their garages via solana pay qr code signs and in the app.
32
13
113
@SolPlay_jonas
Jonas Hahn
2 months
Solana verified builds are out! Join me to learn how to verify your program in this video tutorial 💻
12
20
108
@SolPlay_jonas
Jonas Hahn
1 year
.@magicblock just announced BOLT! Ephemeral composable rollups which will get on chain ecs game transactions down to 50ms 🤯
Tweet media one
9
12
97
@SolPlay_jonas
Jonas Hahn
8 months
DevEx became a little easier today. With web3.js version ^1.92.1 you will now always see the transaction logs with the proper error instead of 0x0 or 0x1. Especially helpful during anchor tests. :) And when preflightChecks are disabled you can now call getLogs() on the error to
Tweet media one
Tweet media two
Tweet media three
Tweet media four
25
15
92
@SolPlay_jonas
Jonas Hahn
2 years
Yay I greatly improved performance today by adding a byte to instruction to be able to have duplicates in the same block and loading the block hash ahead of time. \o/ But this is not @solana max speed yet. @jordaaash gave some more tips to make it even faster 🚀-also wen 🔥💃🏼?
6
15
89
@SolPlay_jonas
Jonas Hahn
4 months
Due to popular demand, I made a video on how to write solana programs in C and disassemble both C and Rust code. Check it out! :)
Tweet media one
4
12
91
@SolPlay_jonas
Jonas Hahn
2 years
I fixed many live bugs in my life and it was always stressful. In traditional games we always had full control of the code and servers. Seeing live how @Solana coordinated thousands of network participants within just a few hours to all pull on the same string is truly amazing.🤯.
8
7
89
@SolPlay_jonas
Jonas Hahn
2 years
I got the question a few times which onchain games would be possible on @solana. Its easy, ANY game is possible that comes out with a 500ms ping.Think rts/roundbased/idlegames/towerdefence/poker/tradingcards/quiz/sandbox/citybuilder/etc and they will soon be playable as xnft/dApp.
15
15
81
@SolPlay_jonas
Jonas Hahn
2 years
Another day another @solana on chain game dev stream. Today we added Chtuluh shooting at the closest pirate ship. (Every game action is a transaction) Follow on twitch to not miss the next one.
8
8
86
@SolPlay_jonas
Jonas Hahn
2 years
After @solana plays pokemon the next goat will be the person hosting the first on chain speed chess match between @aeyakovenko and @VitalikButerin. 🧵 Thread with tips on how it could be built 1/n👇 #SolanaSandstorm ?
Tweet media one
11
7
87
@SolPlay_jonas
Jonas Hahn
11 months
9
22
81
@SolPlay_jonas
Jonas Hahn
2 months
Here is my proposed IDL solution for native @solana programs using a metadata program instead an empty anchor program. Supports compressed json or url. Would love to get some feedback on it. 🤗
16
13
85
@SolPlay_jonas
Jonas Hahn
11 months
I think dynamic onchain metadata on nfts is really cool! Especially for games \o/
Tweet media one
11
15
79
@SolPlay_jonas
Jonas Hahn
1 year
.@solana combined with mid block web socket updates is crazy fast! Sub 150 ms confirmations have been achieved internally. ;D
9
7
79
@SolPlay_jonas
Jonas Hahn
2 years
Proud to announce 28 new game programs have been deployed to dev net today! 🤯 Thanks to the super engaged audience, I had a blast :).
@hackerhouses
Solana APEX and Global Community Events
2 years
🪚 Want to build a game?. @SolPlay_jonas from @SolanaFndn is in the house to talk about building an on-chain game on @solana. #HackerHouseIstanbul
Tweet media one
9
16
75
@SolPlay_jonas
Jonas Hahn
18 days
Yay it builds \o/ I made a github action that can build any solana program, verify and upload idl. Also works locally using act. Still needs some work, but coming to a helper package in your area hopefully soon 🚀
Tweet media one
Tweet media two
10
8
75
@SolPlay_jonas
Jonas Hahn
4 months
Im sorry, but many people asked for it, so I made a video on how to write a @solana program in Assembly. Big thanks to @deanmlittle for building sbpf tools! Video👇
Tweet media one
7
9
77
@SolPlay_jonas
Jonas Hahn
2 years
This is how you can get a @solana auto approve wallet on mobile. Create a second wallet in the game. Then do a deeplink transaction from a wallet on the phone to your in game wallet. Use in game wallet for game transactions. Voila!
8
9
73
@SolPlay_jonas
Jonas Hahn
1 year
Today I learned there is an open-clockwork fork maintained by the goat @tuanpmhd from @SuperteamVN. It compiles with anchor 28 and the validator plugin is also compatible with 1.16. Who is going to run it on devnet? 😍
4
17
73
@SolPlay_jonas
Jonas Hahn
5 months
Omg, increasing a u64 counter in assembly costs only 6 CU vs 451 CU in native. I gonna rewrite all my @solana programs in assembly now :D
Tweet media one
@SolPlay_jonas
Jonas Hahn
5 months
Do you also think Rust devex became way too easy and you miss chewing glass? Why not write in Assembly! Try out the brand new @Solana assembly tools:
20
3
76
@SolPlay_jonas
Jonas Hahn
2 years
Did you know there is a “rust_analyser” vscode extension? Finally i have proper code completion again \o/ If you are a @solana dev and like code completion i can recommend!
14
7
73
@SolPlay_jonas
Jonas Hahn
2 years
Payed 40 dollars in packaging +7 toll + 4 whatever tax for this free tshirt, had to pick it up from the post, my bus broke in the street, had to wait 2 hours for repair in the rain, but hey FOCK IT :D #madmerch
Tweet media one
10
5
65
@SolPlay_jonas
Jonas Hahn
2 years
Looool omg @solanafm just released an additional client for my game :D Thank you!! @solana is the most composable of them all \o/
4
8
63
@SolPlay_jonas
Jonas Hahn
2 years
You know what would be cool for composability? A list of all frozen @solana Programms with their idl and a short description what they do. Do you think it would be possible to build that? 🥰.
6
4
63
@SolPlay_jonas
Jonas Hahn
2 years
First game released built with Unity SDK as xNFT in @xNFT_Backpack already. It's as easy as pick the xNFT WebGL template from within unity 🤯 Try it:
Tweet media one
@ZenRepublicNDM
Zen Republic
2 years
Zen Republic App goes xNFT! If you're on @xNFT_Backpack already, go here to mint our app: Having downloaded the app, you will be able to launch it right from your wallet 🎒🪐. The future is now, no dull moment!
Tweet media one
4
17
59
@SolPlay_jonas
Jonas Hahn
2 years
I think the first dApp with 30k downloads in @solanamobile dApp store will be Solaroid! An app which lets you mint fotos into NFTs and directly send them to your friends via @saydialect. Just who will build it?
Tweet media one
9
2
60
@SolPlay_jonas
Jonas Hahn
2 years
Did you know you can make your workflow on @solana Playground even faster by running a local validator? Just type "solana-test-validator" in your terminal and pick local host in Playground. Deploy and test in 5 seconds + get 100 sol for free \o/
Tweet media one
6
10
63
@SolPlay_jonas
Jonas Hahn
1 year
Depin is cool. Just a bunch of people around the world climbing on their roofs and attaching antennas to build a global network. Powerful! @helium
Tweet media one
3
3
58
@SolPlay_jonas
Jonas Hahn
2 years
Many devs in the last weeks asked me how to make accounts bigger than 10Kb with anchor in @solana , what heap and stack limits exist and what zero copy is. I made an example repository: And will soon make a video explaining it and writing some docs.
Tweet media one
10
13
58
@SolPlay_jonas
Jonas Hahn
2 years
Tiny adventure today accidentally evolved into a @solana realtime pvp pte blockchain adventure 😰
9
11
58
@SolPlay_jonas
Jonas Hahn
2 years
What is your favorite @solana function? Mine is for sure "onAccountChange" to get realtime updates on any account! The Solana UnitySDK also supports this function btw using streamingRPCs.
Tweet media one
10
2
59
@SolPlay_jonas
Jonas Hahn
11 months
So many good presentations at the solana coffee house at gdc 😍
Tweet media one
Tweet media two
Tweet media three
Tweet media four
6
4
59
@SolPlay_jonas
Jonas Hahn
1 year
I met already like 30 dev teams today on the first day! A small collection of projects i got demoed today already 👇
Tweet media one
1
4
57
@SolPlay_jonas
Jonas Hahn
2 years
Imagine you have a @solana on chain game and then stream every build/kill/win/pickup/purchase or ranking change live to your discord server. Setup in under 30 seconds. 🤯.
@heliuslabs
Helius
2 years
NEW: DISCORD WEBHOOKS ON SOLANA. You can now connect Helius webhooks to a Discord channel in under 30 seconds. Simply select the transaction types to listen to, input accounts to watch, and input your Discord webhook URL. That's it. Have fun!
Tweet media one
7
14
53
@SolPlay_jonas
Jonas Hahn
2 years
Guys guys, check this out! I can play an on-chain game within @3rd_land 🤯🤯🤯 Every move is a transaction!
15
5
58
@SolPlay_jonas
Jonas Hahn
2 years
Do you want to learn how @clockwork_xyz works? Use it to call instructions on certain triggers using clockwork threads. I made an example on chain idle game and a video to show how it works. 👇
Tweet media one
5
9
53
@SolPlay_jonas
Jonas Hahn
1 year
There is only one thing that can top day one of @SolanaConf! Its day two!! Make sure to visit dev stage today. So many interesting talks and panels!
Tweet media one
0
2
54
@SolPlay_jonas
Jonas Hahn
2 years
With the game jam #solanaspeedrun coming up I thought I do a little thread on how the Seven seas game works which we built during the 7 day New York boot camp. (Recordings are being edited as we speak) 👇
14
17
49
@SolPlay_jonas
Jonas Hahn
2 years
The WebGL Unity client for the playground anchor tutorial "Tiny Adventure" is live on dev and main-net: .Using @phantom. Tutorial coming soon.
6
14
50
@SolPlay_jonas
Jonas Hahn
1 year
Omg, just noticed breakpoint is only 11 days away O.O We ALL gonna meet 😱 🥳.
6
3
50
@SolPlay_jonas
Jonas Hahn
2 years
Finished the @solanapay Tug of war game. Can be played on a big screen on conferences for example. Scanning the codes will open a transaction on the players phones that controls the game. It's open source. Can't wait for cool party games to be build! \o/ .
8
13
49
@SolPlay_jonas
Jonas Hahn
2 years
Guys guys!! I build smth cool! Can now control a game using Solana Pay qr codes. Now we can build things like you don't know jack or tug of war on big screens or space ship battles during hacker house presentation breaks . \o/ gn
14
16
52
@SolPlay_jonas
Jonas Hahn
2 years
So after todays stream we have a @clockwork_xyz thread moving ships every two seconds on chain now. Sadly it's not really fun to have them move automatically I figured. But cool never the less. :D This is how it's done:
9
9
49
@SolPlay_jonas
Jonas Hahn
2 years
We all know by now that @solana play ground is awesome, but did you know you can grind your own cool program address and upload the keypair for your program? This is the one for Tiny Adventure: tinyiK8HcU7WuLW6tfss8PJqpcVzS5Ce9M9ATXEhJGr
Tweet media one
2
6
48
@SolPlay_jonas
Jonas Hahn
1 year
Omg!! He actually made it happen!! The 🐐 zk emily! Solana powered pc renting!.
@photons_enjoyor
🗜️ uncleG 'latency guy' | ☁️🎮 Shaga.xyz (d/acc)
1 year
@Web3Shaga it's here. time to revolutionize the gaming industry, only possible on solana . #hyperdrivePreview
2
4
43
@SolPlay_jonas
Jonas Hahn
9 months
A beautiful day at @IslandDAOx comes to an end 😍Met many great teams already. See you tomorrow ☀️
Tweet media one
4
0
46
@SolPlay_jonas
Jonas Hahn
1 year
I met the team of @SolLightning So after some tinkering the berliner luft solana bar is now also supporting lightning payments. Solana pay 🤝 solana lightning. If you are in the hacker house please come and empty it :D
4
7
46
@SolPlay_jonas
Jonas Hahn
10 months
Hello 🌴🌴🌴🪞🌴🌴🌴 Dubai hh
Tweet media one
9
0
47
@SolPlay_jonas
Jonas Hahn
2 years
Quite some People were asking me how to port @solana @anchorlang programs to c# @unitygames. So i made a quick video on it. Ill make a more detailed one when im back from the mountains 🗻:) Have a nice christmas time 🎄.
2
9
43
@SolPlay_jonas
Jonas Hahn
2 years
.@Solana mobile stack coming to games with the Unity SDK \o/ It's as easy as one click on "connect with mobile wallet adapter" on android and on IOS it uses phantom deep links.🤯.
@magicblock
MagicBlock ✨
2 years
1/ 🚨Solana Mobile Stack (SMS) is now officially available in the Solana Unity SDK✨. The next cohort of mobile games will be built for @solanamobile. How to get started with the new mobile stack👇🏻📱📱
8
9
45
@SolPlay_jonas
Jonas Hahn
2 years
I just played dark forest. A space fighting game with zKSnarks. Planets produce energy and you conquer other planets using that energy. Someone please build this on Solana 🙏 Would probably also be fun without zk.
Tweet media one
7
5
47
@SolPlay_jonas
Jonas Hahn
1 year
Real life candy machine spawned at the base camp!! Check it out! I went backstage and its really cool!! There are many different prices in there. Depin opos \o/
Tweet media one
Tweet media two
4
7
43
@SolPlay_jonas
Jonas Hahn
2 years
Preparing for @solana hh turkey! Who is coming? I will probably teach some crypto game development there! Mostly though I hope someone will ask me if i want bread or apple! I gonna be ready! 🍎🍞
Tweet media one
8
4
44
@SolPlay_jonas
Jonas Hahn
2 years
Just tried @heliuslabs RPC and must say its really fast! Works with websockets and 100k requests are free. The webhooks are super. \o/ Is there also a helius devnet rpc available? 🤔 That would be nice. Solana is lagging free reliable devnet RPCs imo.
2
6
45
@SolPlay_jonas
Jonas Hahn
2 years
.@realbuffalojoe teaching people how to swap pirate gold for cannons and rum for the big sea battle! 🏴‍☠️🦜⚓️
Tweet media one
5
6
43
@SolPlay_jonas
Jonas Hahn
4 months
Performant, readable, zero copy. 🕊️ try peregrine
Tweet media one
3
5
45
@SolPlay_jonas
Jonas Hahn
1 year
So someone said @solana would be too slow to build a chicken shooter. Well proof em wrong. Also how to submit to #solanaspeedrun
4
7
42
@SolPlay_jonas
Jonas Hahn
1 year
.@Solana is cheaper than aws. 🤷‍♂️.
@Dave_Kayac
Dave.R
1 year
@Rockooor One of the main reasons we are developing @sol_dungeon as an on-chain game is that we can use Solana as our cloud server solution. It's cheaper than AWS.
5
7
38
@SolPlay_jonas
Jonas Hahn
2 years
Compressed NFTs use merkle trees so save a proof on chain that can quickly validate that the NFT data cached off chain by the RpcNodes is correct.If you are intimidated by merkle trees its maybe good to know that GIT also uses merkle trees and thats why the root it called root.🌳.
4
1
42
@SolPlay_jonas
Jonas Hahn
1 year
Such a beautiful award winning phone. 😍😍 Tutorial on how to submit to the dapp store coming in the next days. 🥸.
@MKBHD
Marques Brownlee
1 year
Bust of the Year: Solana Saga Crypto Phone. No amount of #BONK or Cryptosaurs could save this phone. It’s a shame this ceramic build was wasted on a weak camera, display and battery. You can find defenses of this phone, but you’re not already a $SOL holder, they’re meaningless
Tweet media one
4
1
41
@SolPlay_jonas
Jonas Hahn
1 year
Tip for your flight back: download a bunch of @SolanaConf talks on your phone and have a good time in the plane.
2
2
42
@SolPlay_jonas
Jonas Hahn
2 years
I submitted the little battle royal game I was working on for @LamportDAO sandstorm Hackathon! \o/ At HH Turkey in two weeks I will give a workshop on how to build something like this. Little 🧵 on how it works
4
8
37
@SolPlay_jonas
Jonas Hahn
1 year
Hard problems are being solved at the devstage!
Tweet media one
1
2
40
@SolPlay_jonas
Jonas Hahn
2 years
I had some problems getting Wallet adapter working in next13 yesterday, so I made a quick video tutorial on it.
Tweet media one
5
3
40
@SolPlay_jonas
Jonas Hahn
2 years
I just casually minted 50k compressed NFTs today for 0.25 sol. Probably nothing 🎺 👩‍👩‍👧‍👦👨‍👩‍👧‍👧👨‍👩‍👧‍👦👨‍👨‍👧‍👧.
4
4
36
@SolPlay_jonas
Jonas Hahn
2 years
.@solflare_wallet has a cool new feature. Burner wallets with auto approve. So whoever likes to live dangerously gets rewarded with a ux thats only possible on Solana. Did someone try gum session keys already?
7
6
40
@SolPlay_jonas
Jonas Hahn
8 months
Product request: Could someone please build an easy to integrate @solana „Tip me“ button for websites? 🙏.
16
2
40
@SolPlay_jonas
Jonas Hahn
23 days
For todays improvement weeks entry. Anchor event, transactions and account parsing helpers \o/ .- getIdlParsedAccountData.- parseAnchorTransactionEvents.- decodeAnchorTransaction
Tweet media one
Tweet media two
Tweet media three
Tweet media four
5
6
40
@SolPlay_jonas
Jonas Hahn
1 year
Cool video about the history of the saga phone. Someone pls take the solana mobile stack and expand it to other blockchains. Its all open source. Maybe we can make it so its relevant for 0.1% of all people. Then 2% and so on 🚀.
@MKBHD
Marques Brownlee
1 year
NEW VIDEO - I used a "crypto phone" so you didn't have to. Full video here:
2
2
39
@SolPlay_jonas
Jonas Hahn
6 months
Omg breakpoint is gonna be so good O.O.
9
1
40
@SolPlay_jonas
Jonas Hahn
2 years
My daily #solanaspeedrun game update. It's a collaborative multiplayer on chain city builder or short and easy a cmoccb. Maybe i should add a good vs evil who will UPGRADE to level 5 first thingy?
3
11
37
@SolPlay_jonas
Jonas Hahn
8 months
This is who I am trading with. 🐈‍⬛🐈
Tweet media one
Tweet media two
Tweet media three
Tweet media four
6
0
39
@SolPlay_jonas
Jonas Hahn
1 year
Oh someone canceled the rain last minute for @SolanaConf \o/ Its so nice to exit the main station and directly look at the water. 😍
Tweet media one
2
1
37
@SolPlay_jonas
Jonas Hahn
9 months
Current program deploy meta: solana version: 1.18.13 .command: solana program deploy target/deploy/your_program.so --with-compute-unit-price 10000 --max-sign-attempts 1000 --use-rpc If you still have problems with this let me know.
4
8
35
@SolPlay_jonas
Jonas Hahn
3 months
Im Digging!! Check out the new @RubiansVR game! @solana Godot SDK soooo smoooth!! 🚀
Tweet media one
Tweet media two
5
7
35
@SolPlay_jonas
Jonas Hahn
7 months
The new "npx create-solana-game" version 1.0.6 now uses anchor 0.30.1 and the new idl to C# tool 0.2.13. Also it works perfectly with local host now again in unity 🚀🚀
Tweet media one
2
9
37
@SolPlay_jonas
Jonas Hahn
2 years
Did you know your Anchor PDA can be owned by another program? As long as the PDA is derived from your ProgramId the program will always be able to sign for it no matter the owner: #[account(.init,.seeds = [b"systemPda"],.bump,.space = 0,.owner = system_program::ID)].
3
2
36
@SolPlay_jonas
Jonas Hahn
1 year
Just arrived at @MetacampDAO in singapur for the #solanaspeedrun game jam. What a vibrant and amazing space here! Cant wait to start coding with you all! Great program coming!
Tweet media one
Tweet media two
4
6
34
@SolPlay_jonas
Jonas Hahn
18 days
Yaay the github workflow can now also automagically verify programs without needing any extra config. \o/
Tweet media one
Tweet media two
Tweet media three
5
6
36
@SolPlay_jonas
Jonas Hahn
4 months
Option<compressedAccountData> looks easy enough. Whats the big deal. :D 🧜‍♂️
Tweet media one
Tweet media two
3
3
35
@SolPlay_jonas
Jonas Hahn
2 years
Shall we try to use clockwork threads for moving ships on the map? 🤔 Let's see if that will work out live:
3
5
34
@SolPlay_jonas
Jonas Hahn
2 years
Did you know you can add docs to your @anchorlang IDL by adding /// comments to your accounts and save the seeds in there? Like this the clients only need to have the idl and not read the program source anymore \o/
Tweet media one
5
7
34
@SolPlay_jonas
Jonas Hahn
1 year
Yieha! This is huge. Finally an easy way to do randomness on chain \o/.
@switchboardxyz
Switchboard 🔌
1 year
Introducing Switchboard Randomness Service (SRS). Generating web3 randomness with a better solution to our previous V2 VRF implementation. 🔒 Secure generation of random bytes within TEEs.⏩ Improved latency to an average of 5 slots round trip.💵 Reduced costs to a fraction
Tweet media one
4
2
34
@SolPlay_jonas
Jonas Hahn
8 months
Did you know you can just run a single test instead of all of them by just adding "it.only" to the test you wanna run? Helped me a lot :D
Tweet media one
10
4
35
@SolPlay_jonas
Jonas Hahn
2 years
Just arrived at Berlin build station. People building nonstop. Nice vibes and hot coffee! Tomorrow at 5 will be games workshop. \o/.
@SuperteamDE
Superteam Germany
2 years
This is how @oyacaro motivates our builders.
4
1
34
@SolPlay_jonas
Jonas Hahn
5 months
Your applications will break soon! Watch now.
1
10
35
@SolPlay_jonas
Jonas Hahn
1 year
What do you think about playable nfts? 🤔 👾.
@boobs_scary
scaredofboobs🪲
1 year
hi guys👋. me again.😊. if you could help show tensor / magic eden interest in HTML games playable as SOL nfts - it would mean the world to me if you shared this post.❤️
Tweet media one
8
4
34
@SolPlay_jonas
Jonas Hahn
8 months
The difference between eth and sol validators is that on eth they are run to maximize profit and extract value. On solana eventually all will be run by projects that need the performance and swqos to provide best performance for their users. You can see it already with @helius or.
6
6
33
@SolPlay_jonas
Jonas Hahn
2 years
Can't wait for next week \o/ ✈️ 🇱🇷
4
3
33
@SolPlay_jonas
Jonas Hahn
2 years
Hey, for everyone who wants to learn about Zero Copy. I made a video about it, a playground tutorial, wrote some docs and an example game. \o/ You can try it out in @solana playground in just a few seconds:
Tweet media one
3
9
33
@SolPlay_jonas
Jonas Hahn
1 year
Hey, lets build a helium lorawan project together. Livestream now:
3
2
35
@SolPlay_jonas
Jonas Hahn
7 months
Just arrived at london startup village for game jam. Its going strong. Sunday game dev vibes 👾👾👾 #solanaspeedrun
Tweet media one
Tweet media two
2
3
33