Skip to main content

2025-02-06

· One min read
Carsten Jacobsen
Senior Developer Advocate

Part 1

The dev team behind Reflector and Refractor presents their tools for decentralized finance and transaction management on Stellar. Reflector delivers on-chain price feeds to enhance DeFi protocols, while Refractor provides a pending transaction storage and multisig aggregator for coordinated signing. They’ll cover how these products support trustless financial interactions and improve smart contract execution on Stellar.

Visit their website here: https://reflector.network

Part 2

In this protocol meeting we discuss two Core Advancement Proposals - Dima will be presenting CAP-0063 (Parallelism-friendly Transaction Scheduling), and Siddharth will be presenting CAP-0067 (Unified Asset Events).

Here are some resources to read up on:

2025-01-30

· One min read
Carsten Jacobsen
Senior Developer Advocate
Part 1

RampMeDaddy will be joining us for this Stellar Developer Meeting. RampMeDaddy is currently participating in the Stellar x Draper Embark Program, and we ask what the team is up to, learn more about what they are building and a casual chat about how they are building their dapp on Stellar/Soroban.

Visit their website here: https://rampmedaddy.com

Part 2

In this protocol meeting two Core Advancement Proposals are discussed - Dima will be presenting CAP-0064 (Memo Authorization for Soroban), and Graydon will be presenting CAP-0065 (Reusable Module Cache).

Here are some resources:

CAP-0064 - https://github.com/stellar/stellar-protocol/blob/master/core/cap-0064.md
Discussion - https://github.com/stellar/stellar-protocol/discussions/1610

CAP-0065 - https://github.com/stellar/stellar-protocol/blob/master/core/cap-0065.md
Discussion - https://github.com/stellar/stellar-protocol/discussions/1615

2025-01-23

· One min read
Carsten Jacobsen
Senior Developer Advocate
Part 1

In this week's meeting Hoops Finance's founders Bastian and Tim talk about the progress they have made, some design considerations and the future of Hoops Finance.

Part 2

Recording from a protocol meeting where two Core Advancement Proposals -

CAP-0062 (Soroban Live State Prioritization) and CAP-0066 (Soroban In-memory Read Resource) where discussed.

Here's are some resources to read up on:

CAP-0062 - https://github.com/stellar/stellar-protocol/blob/master/core/cap-0062.md
Discussion - https://github.com/stellar/stellar-protocol/discussions/1575

CAP-0066 - https://github.com/stellar/stellar-protocol/blob/master/core/cap-0066.md
Discussion - https://github.com/stellar/stellar-protocol/discussions/1585

2025-01-16

· One min read
Carsten Jacobsen
Senior Developer Advocate

Stellar Development Foundation's Ecosystem DevRel team got together to talk about the past year, and what 2025 brings.

2024-12-19

· One min read
Carsten Jacobsen
Senior Developer Advocate

In this meeting SDF Core Software Engineer Jay talks about BLS building blocks, and walks through examples and demos.

2024-12-12

· One min read
Carsten Jacobsen
Senior Developer Advocate

In this meeting, SDF Developer Advocate Chris Anatalio talks about the future stack, including smart contract wallets and Passkeys. In the second half, SDF Core Software Engineer Siddharth Suresh talks about increasing Soroban limits.

2024-12-05

· One min read
Carsten Jacobsen
Senior Developer Advocate

In this week's call we talk to Alberto Chaves from Trustless Work about building an escrow service on Stellar, followed by a quick introduction to using AI-based tools to develop Soroban smart contracts.

2024-11-14

· One min read
Carsten Jacobsen
Senior Developer Advocate

Agenda: Discord thread

At this week’s developer meeting, Jeesun demonstrated the new Stellar Lab, showcasing its enhanced features designed to improve the developer experience.

The tech stack of the new Stellar Lab was discussed in the meeting, and the following demos were used to show the Lab's functionality:

  1. Enable MultiSig Exercise
  2. Stellar Wallets Kit
  3. Create & Fund Account
  4. Save KeyPairs Feature
  5. Save Transactions Feature
  6. XDR to JSON mapping
  7. RPC Methods - including simulateTransaction

2024-10-24

· One min read
Carsten Jacobsen
Senior Developer Advocate

Agenda: Discord thread

SDF’s Platform team had an internal hackathon last week, with the purpose of building applications utilizing the Composable Data Platform (CDP). In this week’s developer meeting some of the team members present their projects. The apps are widely varied (trading app, fraud detection, JS browser-based ingester, etc) but the intent here is to show how easy CDP is to use.

Projects presented in the meeting:

  1. Trade Aggregations Service
  2. Deceptiscan - CDP fraud detection
  3. Composable Data Platform Hackies - data indexer, payment indexer, contract expiration alerter, data indexes in DuckDB, torrents for data indexes and ledger metadata)
  4. Data ingest with frontend JS
  5. Real-time analytics

2024-09-26

· One min read
Chris Anatalio
Senior Developer Advocate

Agenda: Discord thread

Summary: Hoops Finance, a DeFi protocol, discussed their platform they are building. https://www.hoops.finance/

  1. They abstract away the complexity of DeFi investments for normal users through a series of guided prompts.
  2. Provides simplified access to LP liquidity provisioning abstraction
  3. Public AMM API for read/write data on AMMs on Stellar
  4. Hoops Finance API: https://api.v1.xlm.services/#overview

2024-09-19

· One min read
Carsten Jacobsen
Senior Developer Advocate

Agenda: Discord thread

SDF DevRel team member Carsten Jacobsen showed how to build a simple Hello World dapp based on a Soroban smart contract and Next.js through these steps:

  1. Create the default Hello World smart contract using the Stellar CLI
  2. Create TypeScript bindings (package) using the Stellar CLI
  3. Create the default Next.js using the npx create-next-app command
  4. Add and link the TypeScript binding package to the Next.js project
  5. Create a simple frontend with a form to submit a string
  6. Import the package in the Next.js page, and setup a client
  7. Create submit-function to send form value to the smart contract
  8. Use useState to store the smart contract response and display it

2024-09-12

· One min read
Carsten Jacobsen
Senior Developer Advocate

Agenda: Discord thread

Developer Experience team member Nando Vieira introduced the CLI features alias and snapshot:

  1. Alias
    1. Install of Hello World example for showcasing alias
    2. Showed examples of how contract IDs are often passed as parameters in CLI commands like invoke (copying ID string or command substitution)
    3. How to deploy a smart contract and create an alias
    4. How to invoke the smart contract with the alias
  2. Snapshot
    1. How to create a ledger snapshop
    2. How to use the snapshot in a test case

Towards the end Nando went through the developer documentation, with focus on the added command line examples for Windows users, and a useful cookbook for CLI commands.