dianxiang-sun / arcan

AI web3 tooling platform for decentralized customization and enhancement of AI agents

Home Page:https://arcanai.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcan

AI web3 tooling platform for decentralized customization and enhancement of AI agents

Arcan is a web3 tooling platform designed to customize and enhance AI agents by leveraging blockchain technology. With Arcan, developers can securely tie AI personalization to user-owned blockchain profiles, ensuring privacy and control while delivering tailored AI interactions.

Check out the live demo at arcanai.tech.

Features

  • Blockchain-Backed AI Personalization: Integrate AI agents with blockchain to create a personalized experience that respects user ownership.
  • Web3 Tooling: A suite of tools that enable seamless interaction between AI agents and blockchain assets.
  • Privacy-Centric Design: Ensuring user data is encrypted and owned by the user, accessible only through user permission.
  • Developer-Friendly: Straightforward APIs to enable developers to focus on building unique AI experiences.

Unleash AI potential with Arcan — your gateway to blockchain-powered, personalized AI experiences. Code smart, own smarter. Visit the live demo at arcanai.tech.


Built With

  • Python - Backend programming language
  • Rust - Smart contract programming language

Installation

Prerequisites

  • Python
  • Rust
  • Access to a blockchain test network (e.g., Ethereum's or Solana's Testnet)

Quick Install

python -m pip install arcan

Build from Source

git clone https://github.com/Broomva/arcan.git
cd arcan &&  make build

Manual Build

conda create -n arcan python=3.10
conda activate arcan
pip install -r requirements.txt
python setup.py install

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning with release-please. For the versions available, see the tags on this repository.

Authors

  • Carlos D. Escobar-Valbuena - broomva

See also the list of contributors who participated in this project.

Get Involved

Interested in Arcan or looking to collaborate? Visit broomva.tech for more information and to get in touch.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.

About

AI web3 tooling platform for decentralized customization and enhancement of AI agents

https://arcanai.tech

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Makefile 0.8%