- NFT
- Sputnik DAO
- Mintbase
- Telegram API & Telegraf
- Rust NFT Contract (NEP171 Compliant)
- NFT.Storage (Media & Metadata Storage)
- Mintbase SDK
- near-api-js
- Get bot token from @botfather telegram.
- Get NFT.Storage API key
- Create .env file and put the token (
TELEGRAM_BOT_TOKEN
) and API key (NFT_STORAGE_TOKEN
) there. - Run the bot using
node bot.js
.
- /start - Connect Wallet
- /send - Send NEAR
- /getbalance - Get NEAR Balance
- /mintnft - Mint NFT using NFT.Storage
- /transfernft - Transfer NFT
- /setupmintbasegroup - Setup Group for Mintbase Minters only
- /getminters - Get Minters for Mintbase Store
- /getmints - Get Things minted on the Mintbase Store
- /getmynfts - Get NFT's minted using NFT.Storage
- /addproposal - Add Proposal to Near Week Testnet Sputnik DAO
- /getproposal - Get Proposal from Near Week Testnet Sputnik DAO
Note: Development has been stopped.
- Integrate more DApps (Paras, Ref Finance, LinkDrop, etc.
- Prepare Documentation so that anyone can integrate their own DApps with these bot.