Telegram bot that can source and provide info on Solana SPL tokens.
Clone this project
> git clone https://github.com/debugtitan/Solana-Token-Info-SPL.git
> cd Solana-Token-Info-SPL
Install the dependencies:
> npm i
create .env before run the program
cp .env.example .env
Edit .env file:
Input telegram bot token.
BOT_TOKEN=
run:
> node bot.js
build app:
> docker build -t spl-info .
run app:
> docker run spl-bot