Click on Join Server, and you will be added to the TestNet Channel.
How to interact with TestNet
Interacting with spidertest Bot
Click on the spidertest on the right side, type any message, and hit Enter.
Creating a Wallet
Syntax: !wallet create
This command will create a new wallet, return generated seed phrase, address, the public key, and the private key. Make sure you type this command in private chat with SpiderTest Bot only.
Importing a Wallet
Syntax: !wallet import "SEED_PHRASE" (Note the quotes)
Example: !wallet import "throw leg electric envelope misery artist bitter globe cliff try umbrella picture"
This command will import the existing wallet using the seed phrase. Make sure you type this command in private chat with SpiderTest Bot only.
Using this command, you can send SPDR tokens to anyone, provided you know their wallet's address.
Creating a Proposal
Syntax: !propose Module_name function parameters
Example: !propose Balances transfer 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY 150
This command uses the `transfer` function from the `Balances` module to propose sending 150 SPDR to address `5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY`
After this, you will be asked to confirm the proposal by replying with y for Yes and n for No.
Second a proposal
Syntax: !second Proposal_Index
Example: !second 44
This command seconds the proposal of the supplied proposal index. It is a sign to say thumbs up, or good going for a specific proposal.
Voting on a referendum
Syntax: !vote Referendum_Index yes/no
Example: !vote 4 yes
Example: !vote 5 no
Checking Proposals
Syntax: !proposals
This command will output all the proposals currently running or ended.
Syntax: !proposals index
Example: !proposals 10
This command will return details regarding the proposal of the index stated.