Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larchanka/nft-invitation-bot

NFT invitation bot
https://github.com/larchanka/nft-invitation-bot

blockchain bot nft telegram telegram-bot ton

Last synced: about 2 months ago
JSON representation

NFT invitation bot

Awesome Lists containing this project

README

        

# TON NFT selling bot (invitations only)

## How to start

- create telegram bot https://t.me/BotFather
- create postgres database https://www.postgresql.org/
- install nodejs >= 14 https://nodejs.org/en/
- get Toncenter api key https://toncenter.com/
- create TON wallet https://wallet.ton.org/
- add TON coins
- deploy NFT collection https://tondiamonds.github.io/ton-nft-deployer/
- rename `.env.example` to `.env`
- add values to `.env`
- run `yarn && yarn dev`