#Stellar Plus

5 messages · Page 1 of 1 (latest)

icy crown
#

Hey there fellow community members!

I'm excited to come here talk about the Stellar Plus beta and ask you for feedback.
At Cheesecake Labs we've been discussing for a while about certain challenges we face in different projects and when onboarding new devs in the Stellar ecosystem.
For the past few weeks we've been cooking a js library to try and tackle some of these challenges. Our objective is not substitute any of the tools out there but mainly provide an all-in-one lib that abstracts most of the complexity for new developers while also keeping a great deal of flexibility to speed up projects and solutions that don't require a fully personalized architecture.

Right now, we just added a few core functionalities that are highlighted in the following tutorials:

  • Issuing your first asset: For those who are really new at Stellar and interacting maybe for the first time.
  • Bulk Payments: A Stellar classic approach with channel accounts to perform hundreds to thousands of payments in under 100 lines.
  • E2E Certificate of Deposit demo: A Soroban use case that covers everything from the upload of the wasm file up to an user interacting with the dApp.

These can all be found in the Main Documentation.

The lib can be installed directly with NPM

It might be buggy and amany of the features might not be fully implemented, but our goal right now is to gather feedback to evaluate if we're in the right direction or if anything should be changed early on.
I hope I can count on your remarks on:

  • The overall structure and approach
  • What to focus next as scope
  • What documentation to produce
  • Other Soroban usecases to include like the default token interface or other community projects like Soroswap or Blend.

I appreciate any feedback! 💙

sturdy birch
#

You da man, fifo! Stellar is lucky to have Cheesecake Labs on board.

#

Also, best logo I’ve seen all week. 😄

icy crown
#

Apparently there was an issue when generating the package with the custom paths in the internal imports, looking at it right now to fix 👍