Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humanagent/thegeneralstore-bot
xmtp-generalstore-bot
https://github.com/humanagent/thegeneralstore-bot
Last synced: about 1 month ago
JSON representation
xmtp-generalstore-bot
- Host: GitHub
- URL: https://github.com/humanagent/thegeneralstore-bot
- Owner: humanagent
- License: mit
- Created: 2024-04-11T20:54:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T11:47:09.000Z (about 2 months ago)
- Last Synced: 2024-11-23T12:28:43.544Z (about 2 months ago)
- Language: TypeScript
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-xmtp - Store Bot - commerce store that can take orders and list items. (Bots 🤖)
README
# TheGeneralStore Bot 🛍️🪥
> 💬 **Try it:** Message `thegeneralstore.eth`
## Development
To kickstart the tutorial, you'll need to clone the repository containing the bot code. Follow these steps:
```bash
git clone https://github.com/fabriguespe/thegeneralstore-bot.git
cd thegeneralstore-bot
# copy env variables template
cp .env.example .env
```**Set the variables**
```bash
KEY= # the private key of the bot
XMTP_ENV= # set to production or dev network
```**Run the bot**
```bash
# install dependencies
yarn install# to run with hot-reload
yarn build:watch
yarn start:watch
```## Messaging apps 💬
Test the bots in messaging apps
- [Converse](https://getconverse.app/): Own your conversations. Works with Frames (Transactions TBA)
- [Coinbase Wallet](https://www.coinbase.com/wallet): Your key to the world of crypto. (Frame support TBA)## Documentation 📚
To learn more about MessageKit, to go the [docs](https://message-kit.vercel.app)
---
Made with ❤️ by [Ephemera](https://ephemerahq.com)