Skip to main content

51 posts tagged with "developer"

View all tags

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.

2024-09-05

· One min read
Chris Anatalio
Senior Developer Advocate

Agenda: Discord thread

Platform team demonstrated Galexie, a part of CDP(Composable Data Platform):

  1. Galexie
    1. Data Extraction: Extracts raw ledger data from the Stellar network
    2. Compression: Compresses raw data for efficient storage
    3. Storage Options: Supports runtime configuration through the Datastore abstraction to use various physical storage layers, starting with Google Cloud Storage (GCS)
    4. Modes of Operation: Can operate in either batch mode or streaming mode
  2. Composable Data Platform
    1. Flexible Datastore: Multiple options for physical data storage layers
    2. Galexie: Used to extract, compress and export data to your chosen Datastore
    3. Transform: Structure data in a model suitable to your application
  3. Pluggable Data Pipelines
    1. Workflows: Create ETL(extract, transform, load) pipelines
    2. Streaming: Fast, lightweight streaming data

2024-08-15

· 2 min read
Julian Martinez
Senior Developer Advocate
  1. @Soiled and @Robeart from Orbit spoke about using Blend to create decentralized stablecoins for all currencies under the Orbit Protocol, utilizing a decentralized pegkeeper to maintain their price, and leveraging these stablecoins and smart wallets to create an orderbook less perpetual exchange, bringing Forex to Stellar

2.Link to the presentation

Note: The hosts microphone audio is not in the video so there is some silence during Q/A. Here are the question asked during the Q/A:

  1. (From ! markus_0) why do you always have an infinite amount of tokens in the pool? Wouldn't it be safer to start small and mint more as demand opens up 2.(From HunterIonize) What purpose does this serve exactly? Sorry to be blunt
  2. How do you see the Orbit Protocol contributing to financial inclusion on a global scale, particularly in underbanked regions? What challenges do you anticipate in achieving this?
  3. In 5-10 years, how do you see the landscape of Forex on blockchain evolving? What role do you believe Stellar will play in this evolution, and how will Blend and Orbit Protocol be at the forefront?
  4. Are there any asks of the developer community?

2024-08-12

· One min read
Naman Kumar
Product Manager
  1. Tdep discussed Zephyr, an execution env built on top of the indexer Mercury. He also walked through examples demonstrating how Zephyr can simplify dapp development.