Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commands

Gustas Savickas edited this page Jun 23, 2022 · 1 revision

A page that shows examples of commands and how to use them.

/balance

Usage:
Shows your spendable balance, simply type /balance, optional arguments exist.

Optional arguments:
member - Ask for a members balance, first type @ and then the user name, you may also use an ID

Example:
image

/address

Usage:
Gets a address, simply type /receive, optional arguments exist.

Optional arguments:
member - Ask for a members balance, first type @ and then the user name, you may also use an ID

Example:
image

/list_transactions

Usage:
Lists your transactions, simply type /list_transactions, no arguments are required, however there are optional ones.

Optional arguments:
tx_asked - A integer that determines how much transactions will be listed, the default is 10. member - Ask for a members balance, first type @ and then the user name, you may also use an ID

Example:
image

/enable2fa

Usage:
Enables 2FA, simply type /enable2fa, no extra arguments are needed.

Example:
image

/verify

Usage:
Verifies that you setup 2FA - enforces it on /send, simply type /verify, arguments required.

Required Arguments: otp_input - Your OTP, the one from your authenticator app.

Example:
image
image

/send

Usage:
Send a transaction, simply type /send, some arguments are required.

Required arguments:
amount - the amount you want to send (a float) to_address - the address you will send the funds to (a string) or a member ID, or @

Optional arguments:
otp_input - required if you ran /verify before, Your OTP, the one from your authenticator app. (an integer)

Example:
image