Skip to content

ak3h1t/agentkit-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xgasless AgentKit Langchain Extension Examples - Chatbot Typescript

This example demonstrates an agent setup as a terminal style chatbot with access to the full set of 0xgasless AgentKit actions.

Ask the chatbot to engage in the Web3 ecosystem!

  • "Transfer a portion of your ETH to john2879.base.eth"
  • "Deploy an NFT that will go super viral!"
  • "Choose a name for yourself and register a Basename for your wallet"
  • "Deploy an ERC-20 token with total supply 1 billion"

Requirements

Installation

bun install

Run the Chatbot

Set ENV Vars

  • Ensure the following ENV Vars are set:
    • "0XGASLESS_API_KEY"
    • "OPENAI_API_KEY"
    • "OPENROUTER_API_KEY"
    • "PRIVATE_KEY"
    • "CHAIN_ID"
    • "RPC_URL"
    • "API_KEY"
bun run index.ts

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%