This project consists of two main components: the Ecosystem SDK and the Ecosystem Wallet.
ecosystem-project/
├── ecosystem-sdk/
│ ├── sdk/
│ └── sdk-sample/
├── ecosystem-wallet/
│ ├── backend/
│ └── frontend/
└── README.md
The Ecosystem SDK is divided into two parts:
sdk
: This directory contains the core SDK for interacting with your ecosystem wallet.sdk-sample
: This directory provides examples and demonstrations of how to use the Ecosystem SDK.
For more details, see the Ecosystem SDK README.
The Ecosystem Wallet is a complete solution for managing digital assets within the ecosystem:
frontend
: Contains the user interface for the wallet, including pages for sending transactions, signing messages, managing session keys, and more.backend
: Houses the server-side logic, currently focused on supporting non-custodial wallets.
For more information, refer to the Ecosystem Wallet README.
Please refer to the individual README files in each project directory for specific setup and usage instructions.