https://github.com/peerchemist/multisighelperbot
Telegram bot to aid with operation of big multisig setups.
https://github.com/peerchemist/multisighelperbot
Last synced: about 1 year ago
JSON representation
Telegram bot to aid with operation of big multisig setups.
- Host: GitHub
- URL: https://github.com/peerchemist/multisighelperbot
- Owner: peerchemist
- License: bsd-3-clause
- Created: 2024-06-08T08:49:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T12:03:31.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:10:04.025Z (about 1 year ago)
- Language: Dart
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultiSigHelperBot
MultiSigHelperBot is a Telegram bot designed to assist with operating large multisig setups.
## Getting Started
Prerequisites:
* Docker and Docker Compose installed on your system.
* A Telegram bot token from BotFather.
Installation:
```
git clone https://github.com/yourusername/MultiSigHelperBot.git
cd MultiSigHelperBot
```
Create a .env file with your environment variables:
```
TGBOTTOKEN=your_telegram_bot_token
REDEEMSCRIPT=
```
Build and run the Docker container:
> podman-compose up --build
## Usage
Start a chat with your Telegram bot.
> /help
## Building from Source
If you prefer to build the bot from source without containers, ensure you have the Dart SDK installed and follow these steps:
Install dependencies:
> dart pub get
Compile the bot:
> dart compile exe bin/multisighelper.dart -o bin/multisighelper
Run the bot:
> ./bin/multisighelper
## Contributing
Contributions are welcome! Please open an issue or submit a pull request with your changes.