"Dooby has no master! Dooby is a free elf, and Dooby has come to save Harry Potter and his friends!"
Our idea is build a telegram bot for community management, it has 3 functionalities:
-
Missions: User can EASILY take missions for rewards. Project owner can EASILY gather user's information without checking messy data.
-
Rewards: User can gather rewards without fee
-
NFT Store: User can EASILY buy NFTs through dialogue interaction
- ton smart contract: Used to issue rewards
- ton-connect: Used to gather user's information
- telegram robot: Used to interact with users
cd ton-nft-deployer
npm install
npm run start
cd dooby-api
```shell
# 1. build image
$ docker build -t dooby-app .
# 2. test at local
$ docker run -e PORT=80 -p 80:80 dooby-app
cd webview
npm install
npm start
cd nftCloudFunction
npm install
npm run start
-
Create 4 new project in google appScript
-
Paste the 4
.gs
files individually into each project