Skip to content

fabriguespe/thegeneralstore-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheGeneralStore Bot 🛍️🪥

💬 Try it: Message thegeneralstore.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/thegeneralstore-bot.git
cd thegeneralstore-bot
# 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

⚠️ 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.

About

xmtp-generalstore-bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published