This project contains a collection of use cases of the Stellar network using the stellar-plus
library, built with Node.js and TypeScript.
- Node.js (recommended version 18.x or higher)
- pnpm
Clone the repository and install the dependencies:
pnpm install
Create a .env
file in the root directory or copy the .env.example
and add the necessary parameters.
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.
The project includes several examples demonstrating different aspects of interacting with the Stellar network:
account
: Basic account operationsclassicAsset
: Handling of traditional Stellar assetsplugins
: Demonstrating usage of various pipeline pluginssoroban
: Examples using Soroban, Stellar's smart contract platformRPC
: Remote procedure calls on StellarerrorHandling
: Proper error management in Stellar applications
Feel free to modify and run different examples as per your needs.
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:
For support, open an issue on the GitHub repository or reach out via the project's community channels.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.