/Stellar-Quest-Python

Stellar Quest Python Solutions :D

Primary LanguagePythonMIT LicenseMIT

Stellar-Quest-Python

Stellar Quest Python Solutions :D

Solutions for the following challenges:

  • Challenge 1: Create and fund a Stellar account

In this challenge your task is to create and fund a brand new Stellar account ************* (seen below) with 1000 XLM on the testnet.

  • Challenge 2: Make a payment from your Stellar account

In this challenge, your task is to make a 10 XLM payment from the Stellar account ************* (seen below) you funded in challenge 1.

  • Challenge 3: Store some arbitrary data in your Stellar account

Stellar allows you to store arbitrary data in the form of key : value pairs. In this challenge, you're tasked with adding a key of Hello and a value of World as a data attribute on your account. ************* (seen below).

  • Challenge 4: Add multisig to your account and make use of it in a transaction

In this challenge, your task is to add and then make use of multisig on your account ************* (seen below).

  • Challenge 5: Create a custom asset and send it to your account

In this challenge, your task is to create and send a custom asset to your account ************* (seen below).

  • Challenge 6: Create an offer to sell your custom asset for XLM

In this challenge, your task is to create an offer to sell your custom asset for XLM.

  • Challenge 7: Make use of a channel account to make a payment

In this challenge, your task is to submit a payment operation from your account ************* (seen below), but to use a separate source account to pay the fee and sequence number for the transaction.

  • Challenge 8: Acquire custom asset via a path payment

In this challenge, your task is to acquire SRT from its issuing account ************* via a path payment operation.