Skip to content

fabriguespe/crypto-joker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Joker 🃏

💬 Try it: Message gpt.hi.xmtp.eth

Go to BotKit to learn more

Development

To kickstart the tutorial, you'll need to clone the repository containing the bot code. Follow these steps:

git clone https://github.com/fabriguespe/crypto-joker.git
cd crypto-joker
# copy env variables template
cp .env.example .env

Set the variables

KEY= # the private key of the bot
XMTP_ENV= # set to production or dev network
OPEN_AI_API_KEY= #open ai api key

⚠️ Bot kit is not compatible with bun yet. Use npm or yarn

# install dependencies
yarn install

# running the bot
yarn build
yarn start

# to run with hot-reload
yarn build:watch
yarn start:watch

Messaging apps 💬

Test the bots in messaging apps

  • Converse: Own your conversations. Works with Frames (Transactions TBA)
  • Coinbase Wallet: Your key to the world of crypto. (Frame support TBA)
  • dev-inbox: Dev focused messaging client that renders Frames (Transactions TBA) (dev network)

Identities

Learn about the almost 2 million identities that are already part of XMTP by visiting the Dune dashboard.

Documentation 📚

To learn more about XMTP, to go the docs.


Powered by OpenAI

Releases

No releases published

Packages

No packages published