Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 618 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 618 Bytes

Solana-Token-Info-SPL-

Telegram bot that can source and provide info on Solana SPL tokens.

Demo

want to run it yourself?

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

using docker

build app:

> docker build -t spl-info .

run app:

> docker run spl-bot