@b3dotfun/sdk 0.0.9-alpha.7 → 0.0.9-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
Real-world implementation examples for common AnySpend integration patterns.
|
|
4
4
|
|
|
5
|
+
## Table of Contents
|
|
6
|
+
|
|
7
|
+
- [🔄 Cross-Chain Token Swaps](#-cross-chain-token-swaps)
|
|
8
|
+
- [Basic Swap Interface](#basic-swap-interface)
|
|
9
|
+
- [Advanced Swap with Quote Preview](#advanced-swap-with-quote-preview)
|
|
10
|
+
- [🖼️ NFT Marketplace Integration](#️-nft-marketplace-integration)
|
|
11
|
+
- [Simple NFT Purchase](#simple-nft-purchase)
|
|
12
|
+
- [NFT Marketplace with Bulk Purchase](#nft-marketplace-with-bulk-purchase)
|
|
13
|
+
- [🎮 Gaming & DeFi Applications](#-gaming--defi-applications)
|
|
14
|
+
- [Staking Interface](#staking-interface)
|
|
15
|
+
- [Gaming Spin Wheel](#gaming-spin-wheel)
|
|
16
|
+
- [Tournament Entry](#tournament-entry)
|
|
17
|
+
- [💰 Fiat-to-Crypto Onramp](#-fiat-to-crypto-onramp)
|
|
18
|
+
- [Simple Onboarding Flow](#simple-onboarding-flow)
|
|
19
|
+
- [Multi-Step Onboarding](#multi-step-onboarding)
|
|
20
|
+
- [🛒 E-commerce Integration](#-e-commerce-integration)
|
|
21
|
+
- [Crypto Checkout](#crypto-checkout)
|
|
22
|
+
- [🎯 Advanced Patterns](#-advanced-patterns)
|
|
23
|
+
- [Multi-Chain Portfolio Rebalancing](#multi-chain-portfolio-rebalancing)
|
|
24
|
+
|
|
5
25
|
## 🔄 Cross-Chain Token Swaps
|
|
6
26
|
|
|
7
27
|
### Basic Swap Interface
|