Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tools/sdks/contract-sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ Refer to the [OpenZeppelin for Stellar Contracts](../openzeppelin-contracts.mdx#
## Stellar Axelar Std Derive Rust Crate

Axelar has created a Rust crate with useful macros for Stellar smart contract development. Please see Rust Crate [`stellar_axelar_std_derive`](https://axelarnetwork.github.io/axelar-amplifier-stellar/stellar_axelar_std_derive/index.html) for Attribute Macros and Derive Macros, and additional information.

### Stellar Multicall / Router SDK

The Stellar Router SDK is a lightweight multicall contract that enables developers to execute multiple Soroban contract calls within a single transaction. While Soroban normally allows only one contract invocation per transaction, the Router bundles multiple calls through a single entry point, effectively enable complex, multi-step workflows to be executed atomically.

Stellar Router SDK: https://github.com/Creit-Tech/Stellar-Router-SDK