Skip to content

fazzatti/stellar-plus-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar-Plus Examples

This project contains a collection of use cases of the Stellar network using the stellar-plus library, built with Node.js and TypeScript.

Prerequisites

  • Node.js (recommended version 18.x or higher)
  • pnpm

Installation

Clone the repository and install the dependencies:

pnpm install

Configuration

Create a .env file in the root directory or copy the .env.exampleand add the necessary parameters.

Usage

To run the project, use the following command:

pnpm run dev

In the entry file src/index.ts, you can select which example to execute by modifying the examples object usage.

Examples

The project includes several examples demonstrating different aspects of interacting with the Stellar network:

  • account: Basic account operations
  • classicAsset: Handling of traditional Stellar assets
  • plugins: Demonstrating usage of various pipeline plugins
  • soroban: Examples using Soroban, Stellar's smart contract platform
  • RPC: Remote procedure calls on Stellar
  • errorHandling: Proper error management in Stellar applications

Feel free to modify and run different examples as per your needs.

Documentation

For detailed documentation of the stellar-plus library, visit Stellar-Plus Documentation.

The source code is available at GitHub - stellar-plus.

Refer to thhe following video on how to take the first steps with Stellar Plus: Watch the video

Support

For support, open an issue on the GitHub repository or reach out via the project's community channels.

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A collection of examples using the Stellar Plus library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published