Manual
If you would like to test, use Gratitude Token (GT). You will always at least have a balance of 1 GT on any account you use with it.
New commands:
- /show-address to display to others a qr code of your account + link that can be opened in our app
- /show-balance to display to others your balance of a certain token
- /mint on servers where admins have mint access on their token
- /burn same as mint but for burning if available on the token
- /transactions display a link of the transactions page of your account
- /signup intended for admins of a new discord server that wants to activate @Citizen Wallet
- /add-owner add an EOA to your account, since it's a Safe, you can operate it as you would a normal Safe, even disconnect it from discord
Technical setup
- every server has its own private key which controls a discord module instance
- every user has their own Safe (which is only controlled by the discord module, no private key)
- operated like NFC tags except the module follows your instructions
- you can run
/add-owner
to add a new signer (an EOA) to your Safe which allows you to take control of the Safe and operate it normally. Just specify the address of your EOA
**the last point means that it could potentially be put into a mode where it needs a signature from your EOA in order to execute something.
Something like this:
1. command
2. request signature
3. execute**
-
- command
-
- request signature