Skip to content

openfort-xyz/ecosystem-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecosystem Project

This project consists of two main components: the Ecosystem SDK and the Ecosystem Wallet.

Project Structure

ecosystem-project/
├── ecosystem-sdk/
│   ├── sdk/
│   └── sdk-sample/
├── ecosystem-wallet/
│   ├── backend/
│   └── frontend/
└── README.md

Ecosystem SDK

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.

Ecosystem Wallet

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.

Getting Started

Please refer to the individual README files in each project directory for specific setup and usage instructions.