Sweet-Bot is an open source discord bot which enables steem users to communicate with the steem-engine sidechain via simple discord commands directly from discord.
To Query the steem-engine sidechain you can use the following commands :
- !price [symbol] - Displays last price of the specified Token in STEEMP.
- !volume [symbol] - Displays 24 hour volume on the Steem-Engine Dex for a token.
- !tbal [steem user] [symbol] - Displays user's specific SE token balance.
- !tbals [steem user] - Displays user's all SE token balances.
- !buybook [symbol] - Displays all Buy Orders on the Steem-Engine Dex for a token .
- !sellbook [symbol] - Displays top 3 Sell orders on the Steem-Engine Dex for a token.
To Broadcast Transactions related to Steem-Engine Tokens and Dex, you can use the follwing commands
- !transfer [your steem username] [reciever steem username] [amount] [symbol] [memo] - Sends you a DM with a steemconnect hot sign URL to sign the transfer transaction from a browser via steemconnect.
- !safetip [your steem username] [reciever steem username] [amount] [symbol] - Sends you a DM with a steemconnect hot sign URL to sign the tip safely transaction from a browser via steemconnect.
- !buy [your steem username] [amount] [symbol] [price] - Sends you a DM with a steemconnect hot sign URL to sign the buy order transaction from a browser via steemconnect.
- !sell [your steem username] [amount] [symbol] [price] - Sends you a DM with a steemconnect hot sign URL to sign the sell order transaction from a browser via steemconnect.
NOTE : Sweet-Bot is beta software and may contain bugs. please with caution. Always check the steemconnect hot sign urls before signing them. If you find an issue please feel free to report it on our Github.
- Clone the Repo and open in terminal
git clone https://github.com/nirvanaitsolutions/sweet-bot.git
cd sweet-bot
- Install Dependencies
npm i
- Configure the bot by editing config.json file
{
"token": "insert your bot token here",
"prefix": "!" //recommended to keep this different from other bots in the server to avoid confusion
}
- Run in dev mode
npm run dev
- Run on server with forever
(sudo) npm i forever -g
forever start bot.js
- Tipping other Discord members
- Deposits and Withdrwals for tokens
- Subscription to real time notifications for Steem-Engine transactions on discord.
- Instant and Secure STEEMP-Token and Token-Token Swaps via Smart Contract.
You can invite the SweetBot to your own server with this Invite Link.
Please get in touch with with @swapsteem on our discord server for bot and token listing related queries.