{ "stage": 1, "title": "Foundation – Wallets & Accounts", "prerequisites": [ "AITBC node running", "Genesis wallet funded (999,999,890 AIT)" ], "commands": [ { "cmd": "wallet create", "args": ["training-w1", "--password", "abc123"], "exit_code": 0 }, { "cmd": "wallet list", "args": [], "re": "training-w1" }, { "cmd": "wallet", "args": ["--wallet-name", "genesis", "send", "proposer", "1000000", "--fee", "10", "--password", ""], "exit_code": 0 }, { "cmd": "mining", "args": ["start"], "exit_code": 0 }, { "cmd": "sleep", "args": ["15"], "exit_code": 0 }, { "cmd": "wallet", "args": ["--wallet-name", "proposer", "send", "training-w1", "100", "--fee", "10", "--password", ""], "exit_code": 0 }, { "cmd": "mining", "args": ["start"], "exit_code": 0 }, { "cmd": "sleep", "args": ["15"], "exit_code": 0 }, { "cmd": "wallet balance", "args": ["training-w1"], "re": "100" } ], "expected": { "wallet_exists": { "type": "value", "value": true }, "balance": { "type": "value", "value": { "symbol": "AIT", "amount": 100 } } } }