Skip to content
/ core Public

The core service to index, operate and interact with AI-NFT.

License

Notifications You must be signed in to change notification settings

xNomad-AI/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core 🤖

The comprehensive core service for running, indexing, and engaging with AI-NFTs is detailed in the xNomad Documentation.

✨ Features

  • AI-NFT Indexing Service
  • AI Agent Runtime Service for AI-NFTs, based on the Eliza Framework
  • AI-NFT Launchpad and Marketplace
  • Extendable Eliza Capabilities for automated trading, customizable workflows, and comprehensive NFT functionality
  • NFT Owner Permission Verification Support
  • TEE Environment Compatibility

⛓️ Supported Blockchains

  • Solana
  • EVM (Coming soon)

🔐 Secure TEE Configuration

Each NFT agent operates with a TEE-protected private account, ensuring secure and private management of assets corresponding to NFT holders. The TEE environment is powered by Phala Network, providing robust protection for sensitive operations.

Development Environment

For development purposes, you can use docker-compose to launch Phala Docker, providing a simulated TEE environment.

Production Environment

In production, the core server operates within a Phala Confidential VM, with the TEE environment secured by the Phala Network to ensure robust end-to-end security and compliance for real-world deployments. For more details, refer to the Phala Cloud Documentation.

With this setup, you can confidently manage NFT-related assets in a fully private and secure manner, leveraging the power of TEE to enhance user trust and platform reliability.

🚀 Quick Start

Start Application Locally

# vscode reopen and rebuild in devcontainer

pnpm install

# copy and edit the .env file
cp .env.example .env
# change the apikeys in .env
# https://openai.com/api/
# OPENAI_API_KEY=..
# BIRDEYE_API_KEY=..
# NFTGO_API_KEY=..
# ...

# start tee wallet service
pnpm start:wallet
# start core service
pnpm start:local

Start Application on Phala Network

# start wallet
# your should change the WALLET_SERVICE_SECRET_TOKEN !
docker-compose -f docker-compose-wallet.yml up

# start core
# your should add the required values in .env
cp .env.example .env

docker build --platform linux/amd64 -t YOURORG/core:<YOUR_IMAGE_VERSION> .
docker-compose -f docker-compose-core.yml up

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

📞 Contact

For questions and support, please open an issue in the GitHub repository.

Developed with ❤️ by the xNomad Team.