Skip to content

xian-network/blockchain-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xian Blockchain Agent

Xian Blockchain Agent - Installation and Deployment Guide

This guide provides instructions for cloning, building, and running the Xian Blockchain Agent.

Cloning the Repository

Start by cloning the repository:

git clone https://github.com/xian-network/xian-blockchain-agent.git

Setting Up for Development

For development purposes, you may set up the environment manually:

  1. Install Python 3.11.

  2. Install the project dependencies:

    cd xian_blockchain_agent
    pip3.11 install -e .
  3. Create .env file add the following content:

    OPENAI_API_KEY = "<your_openai_api_key>"
    NODE = "https://node.xian.org"
  4. Run the service:

    python3.11 service.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages