Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
NFT invitation bot
- Host: GitHub
- URL: https://github.com/larchanka/nft-invitation-bot
- Owner: larchanka
- License: other
- Created: 2022-06-05T21:31:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T13:57:58.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:55:26.274Z (6 months ago)
- Topics: blockchain, bot, nft, telegram, telegram-bot, ton
- Language: JavaScript
- Homepage:
- Size: 639 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`