• Discover
  • Partner with us
  • Chapters
  • Blog

Learn everything about Stellar

Rust Walkthrough
Rust Basic Homework

Course Intro
Section Overview
Stellar Intro
Creating Wallet for Stellar
Soroban Intro
Setting up the development environment
Soroban First Code Walkthrough
Deploy to the Stellar Testnet
Section Summary

Section Overview
Single offer Example
Time Lock
Atomic Swap
Section Summary

Submit Your Final Project

In this homework, we will be adding transfer, transfer_from, burn and burn_from functions to our simple token smart contract that we have developed in previous lessons.

Steps

Make sure that all functions must be added to the contract.rs file.

  • Complete the transfer function
  • Transfer amount of tokens from from address to to address.
  • Check if there is sufficient balance during the transfer.
  • Complete the transfer_from function
  • Transfer amount of tokens from from address to to address.
  • This operation should check if the from address has given permission to the to address to make the transfer.
  • Complete the burn function
  • Burn amount of tokens from from address.
  • Check if there is sufficient balance during the burn operation.
  • Complete the burn_from function
  • Burn amount of tokens from from address to to address.
  • This operation should check if the from address has given permission to the to address to burn the tokens.

Tasks

Submit your work to complete this lesson.

Join the project workspace to share your solution and receive feedback.

Lesson discussion

Swap insights and ask questions about “Learn everything about Stellar”.

Enroll to participate
Start the course to unlock the discussion. Enrolling helps us keep conversations relevant to learners.
WebsiteDiscoverPartner with UsBlogEvents
Discover
CoursesCircleRustSoliditySolanaWeb3 FundamentalsBlockchain Basics
CompanyAbout UsBrand GuidelineFAQsTerms of UsePrivacy PolicyGDPR NoticeCookies
Don't miss any update!

Disclaimer: The information, programs, and events provided on https://risein.com is strictly for upskilling and networking purposes related to the technical infrastructure of blockchain platforms. We do not provide financial or investment advice, nor do we make any representations regarding the value, profitability, or future price of any blockchain or cryptocurrency. Users are encouraged to conduct their own research and consult with licensed financial professionals before engaging in any investment activities. https://risein.com disclaims any responsibility for financial decisions made by users based on the information provided here.

© 2026 Rise In, All rights reserved