Some TESTNET Stellar Tools that I created to tackle Stellar Quest Series
Here a brief description of each folder:
-create_account is useful to tackle Series 1 Quest 1, but it's useful in every quest as create_account_script.py lets you create an account with a specific public key.
-payment is useful to tackle Series 1 Quest 2. It lets you make a payment to a specific account of any asset.
-manage_data is useful to tackle Series 1 Quest 3. It lets you add a pair (data_name and data_value) to an account. Hello world :)
-add_signer is useful to tackle Series 1 Quest 4. You can add a new signer (with weight 1) to any account of your choice.
-change_trust is useful to tackle Series 1 Quest 5. After you make a trustline and an account can now hold a new asset, you have to make a payment to send that asset (issuer to destination).
-manage_sell_offer is useful to tackle Series 1 Quest 6.