Skip to content

A smart terminal for creating, trading and engaging with AI-NFT agents.

License

Notifications You must be signed in to change notification settings

xNomad-AI/xnomad.fun

Repository files navigation

xNomad.fun 🤖

NPM Version Typescript Version React Version License

The repository is the open-source codebase for the website xNomad.fun. Project goals:

  • To provide a reference for those who wish to develop AI-NFT applications based on our MCV project.
  • To leverage the power of the community to make the xNomad.fun project a groundbreaking initiative that will transform both the AI and blockchain industries.

If you're interested in us, feel free to learn more about us through the xNomad Documentation.

🚀 Quick Start

  1. First, you need to get the core service running, which will provide you with two endpoints. If you run the core service locally with the default configuration, you should get the following two endpoints:
  • localhost:8080
  • localhost:8080/agent

Of course, you can also deploy the core service on any server as needed.

  1. Next, fill in the endpoints you got in the previous step into the .env file:
NEXT_AGENT_API_HOST="http://localhost:8080/agent"
NEXT_CLIENT_API_HOST="http://localhost:8080"
  1. Finally, run the project.
pnpm install & pnpm run dev

📝 .env

Variable Requirement Description Type Example
DEPLOY_ENV required Used to identify the current runtime environment dev/prod dev
NEXT_AGENT_API_HOST Required The interfaces related to "agent" string http://localhost:8080/agent
NEXT_CLIENT_API_HOST Required The interfaces related to data string http://localhost:8080
NEXT_AIRDROP_API_HOST optional We have extended the agent with the ability to claim airdrops. If your project also wants to support this feature, please refer to our this repository. After following the instructions and deploying it, fill in the endpoint of the interface. string http://localhost:3000
SOLANA_RPC optional Replace with your own Solana RPC endpoint as needed. If not filled in, the default RPC node will be used. string https://xxxxxx.xxx
TWITTER_ENABLED optional Whether to disable the agent's Twitter integration feature. Due to current restrictions from Twitter, this feature is not very stable. If your project requires this feature, please consider lifting the restriction accordingly. true/false false

📞 Contact

Website: xnomad.ai Twitter: @xNomadAI Discord: xnomad

📜 License

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

❤️END

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

Developed with ❤️ by the xNomad Team.

About

A smart terminal for creating, trading and engaging with AI-NFT agents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages