This project is a configuration generator for Telegram SMS. It provides a user-friendly interface built with React for managing configurations. The project supports encryption and decryption of data using Rust and WebAssembly, ensuring secure handling of sensitive information. It leverages Node.js and npm for package management and build processes, and integrates with Rust and Cargo for cryptographic operations.
- Generates configuration for Telegram SMS
- Supports encryption and decryption of data using Rust and WebAssembly
- Provides a React-based user interface for configuration management
- Utilizes Node.js and npm for package management and build processes
- Integrates with Rust and Cargo for cryptographic operations
- Node.js
- npm
- Rust
- Cargo
- Clone the repository:
git clone https://github.com/telegram-sms/config-generate.git cd config-generate
- Install dependencies:
npm install
- Build the wasm project:
cargo install wasm-pack mkdir -p ../src/wasm npm run build:wasm
- Start the development server:
npm run dev
This project is licensed under the BSD 3-Clause License - see the LICENSE
file for details.