Skip to content

botfi-app/botfi-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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