Skip to content

vikiival/paragent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paragent

An AI-powered blockchain agent that can interact with the Polkadot Parachains. Built with OpenAI's Assistant API and Polkadot-js.

REAL TRANSACTION FROM THE SCREENSHOT

Image

Features

  • AI Assistant powered by OpenAI's Assistant API with custom personality
  • Direct blockchain interactions through PolkadotJS
  • Support for:
    • Teleportation
    • Balance checking
    • Swapping (coming soon!)

Prerequisites

  • Node.js (v18 or higher)
  • TypeScript
  • An OpenAI API key
  • A wallet private key for the agent

Getting Started

  1. Clone the repository:
cd paragent
  1. Install dependencies:
npm install
  1. Create the .env file and add your OpenAI API key and wallet private key:
OPENAI_API_KEY=your_openai_api_key
PRIVATE_KEY=your_wallet_private_key
  1. Run the agent:
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors