/botfi-wallet

First DeFi & NFT Self custody telegram bot using webapp

Primary LanguageHTMLMIT LicenseMIT

BotFi Wallet

The BotFi Wallet is a user-friendly self-custody wallet accessible through a web app and integrated with Telegram and WeChat as a bot. This wallet is an integral component of the extensive BotFi ecosystem, providing a seamless experience within the realm of DeFi trading tools.

Installation

  1. Clone the code:
git clone https://github.com/botfi-app/botfi-wallet && \
cd botfi-wallet
  1. Inside botfi-wallet/config directory, open & update the configurations in app.js

Install Dependencies

npm i -f

Run Dev Mode

npm run dev

Build Production Mode

npm run build