⏰ LIVE in 30 min.
You've used his code. You hardly ever hear his name.
Today that changes. @earrietadev from Creit Tech, live with @iamjayrome
https://t.co/03DPbP4XiG
See a gap → build the fix. That's @earrietadev entire playbook.
This week we cover the @CreitTech_ universe — xBull, Wallets Kit, Soroban Domains, and what he's got cookin' next on @StellarOrg.
🗓️ May 28 @ 11AM Pacific/2PM Eastern
https://t.co/03DPbP4XiG
@devodii_ Yeah it's stable, sites like https://t.co/yJEOhVYgoN and https://t.co/S2klMLBHeX already use it. You can visit those sites and test it. If you have issues send us a message and we will help you
How to integrate the new @CreitTech_ Stellar Wallet Kit v2
✒️ https://t.co/Wj5EeLSApv
📺 https://t.co/h7qxNnvDla
Simple to install library that sets up the connect wallet button and provides transaction signing with support for all the major wallets on Stellar 🔥
If you have an app that is constantly consuming stellar oracles...
Here is a dead simple wrapper to call oracles like those from @in_reflector which follow the Stellar SEP-0040 😁
Call Reflector's oracles easily without much configuration.
https://t.co/XVTVeS3iyO
The Soroban Playground v0.6.1 is released!
- @CreitTech_ Stellar Wallets Kit v2
- @OpenZeppelin Stellar Libraries v0.5.0
- Lots of minor UI fixes and polishing
- Upgraded host server & containers
My DM's and Github issues are open if you find any bugs or have any suggestions♥️
The v2 of the kit is a full refactor of the library, with different logic and features setting the foundation to easily add more features in the future.
And because it's a full refactor, we also completely remade the documentation 🙌
Check it at https://t.co/7Peztc15pP
Yeap!
Believe it or not this is all it takes to: support all Stellar Wallets in your website, show the users a modal where they can pick their wallet, fetch a public key, request a signature and receive the signed XDR.
Just "3" lines of code and the v2 (beta) of the kit is out!
Another week, another library. Today we deployed one small SEP-0005 library that doesn't use Node.js features, so it's compatible with most Javascript envs out of the box: https://t.co/0dnLEOvtYY
If you use Angular, Deno, Vanilla, etc. You can use it without polyfills.
We're always happy to see new projects using our Stellar Wallets Kit. We made this library back in 2022 exactly for this: making the interaction with all Stellar wallets easy.
If you have a project, check it out and make your life easier: https://t.co/qVePSCFAIj
We're currently working on a major update to our Wallets Kit, with a big focus on customizing the whole UI of the components.
Version 2.0 of https://t.co/qVePSCG8xR is a complete refactor of the whole library so we can include more features in the future!
Spoiler: passkeys 🤫
How? Instead of simulating the balance from the contract, it directly fetches the ledger data from the network and it correctly calculates the available balance (it cares about selling amounts, base reserves, etc).
Making devs' life easier, one library at a time.
#keepbuilding
Picture this: The user connects to your Soroban dapp, the RPC sim says it has $800 but when it tries to interact with your dapp it gets an error... Why? well turns out that user has active offers on the classic side.
Our assets library now handles that https://t.co/2tBVVQh6Ug 😉
One cool thing about the classic side of the @StellarOrg network is being able to send multiple operations in a single atomic transaction... And so we made this: https://t.co/W8saixO6Vf
Make multiple "operations" on Soroban just like we used to on the classic side😌
Awesome example of meta contracts in Stellar. In this case stellar-router allows you to atomically execute a set of contract invocations, effectively creating an "if and only if" relationship between them. No more custom contracts for batching invocations!
@esteblock_dev@StellarOrg Yeah you can technically avoid the CPU instructions limit if you separated it un multiple calls, but that will depend on the nature of the calls you are making. In the repo shared there are two examples and the router contract is this one: https://t.co/OiUTXRdce5