Introducing Gryffin!
A web IDE for @solana devs to ship code faster
You can:
> Specific code generation with AI
> Ask about solana specific implementation on the chat bot
> Build and test program
Excited for #Breakout hackathon!
@shek_dev@colosseum@SuperteamIN@kirat_tw
Going good so far
Made:
Put room and username inside RwLock for multiple readers between async tasks
Formatted the json coming from TCP stream to show the user incoming messages
And here we are, with the terminal chat!
I'm still working on a few features like:
leaving room
send files
& support emojis
lemme know what else would you wanna see in this app!
Finished working on a simple rust backend to create contact and view them(Yeah, not much to it)
Just built it for fun and to learn axum
https://t.co/p6OdJyQ5nC
The founder of DoraHacks reached out for the acquisition of @0xgryffin !!!
JK
This is the 2nd time I've been reached out for an opportunity, just to find out that they want me to download a shady, never heard of before software
Please beware of these ppl, can potentially hit you in bad ways
In the previous thread
I discussed how the solana smart contract is deployed and how it's BYTECODES are deployed on chain,
and I also discussed how the rust compiler converts the code to LLVM, which in terms compiles to platform specific machine code
Now, I will dive deeper into how the rust (or anchor) compiles your rust code to it's own format
A thread 🧵
Many developers just write a single command to deploy their solana smart contract, but only a few understand what goes on behind the scene
Let me explain you what goes on behind the scene
A thread 🧵
Rust is known for the major bugs it solves that have been a pain in the neck for C developers, But it still limits you from using your OS to it's full capacity
Let's see how you can mistakenly create these bugs if you're using unsafe Rust🦀
A Thread 🧵
Rust is one of the biggest trends, and a potential replacement to all the low level languages like C
So let's dive deep into what happens under the hood when you compile a rust program
A thread 🧵