Rise In
Rise In
  • 304
  • 65 017
Time-Bound Tokens: Implementing Claimable Balances #14 | Build on Stellar
In this video, we explore a Claimable Balance Example in smart contract development. 🚀 Learn how to implement a simplified claimable balance structure, inspired by Stellar's balance feature. We'll walk you through setting up Time Bound conditions, managing deposits, and creating a claim function for tokens under specific time-based constraints. By the end, you'll understand how to design and implement claimable balance mechanisms in smart contracts.
👉 If you're building time-sensitive token contracts, check out our playlist for more tutorials!
🔔 Like, subscribe, and turn on notifications to stay updated on blockchain programming and Web3 development.
▬▬▬▬▬
CHAPTERS 💬 (Watch to the end!)
00:00 - Introduction to Claimable Balance
00:05 - Overview of the Example
00:35 - Understanding Time Bound Conditions
01:12 - Exploring Claimable Balance Struct
01:46 - Implementing Check Time Bound Function
02:16 - Adding Deposit Function
03:06 - Building the Claim Function
04:04 - Finalizing and Removing Balance Entries
▬▬▬▬▬
FOLLOW & JOIN OUR CHANNELS! 📢
⭐ Website ► www.risein.com/
⭐ Twitter ► x.com/riseinweb3
⭐ Instagram ► riseinweb3
⭐ LinkedIn ► www.linkedin.com/school/risein
⭐ TikTok ► www.tiktok.com/@risein_com
⭐ Facebook ► riseincom/
⭐ Newsletter ► www.risein.com/blog
▬▬▬▬▬
Blockchain Technology Basics,RiseIn,Rise In Web3,Rise In,Patika,Patika Dev,Patika Developer,Patika.dev,Claimable Balance,Smart Contracts,Time-Based Conditions,Blockchain Development,Web3 Development,Token Management,Move Language,Sui Blockchain,Deposit Function,Claim Function,Time-Bound Constraints,Blockchain Tools,Crypto Development
TOPICS: blockchain, Web3, claimable balance
DISCLAIMER: The information contained herein is for informational purposes only and not to be construed as financial, legal, or tax advice. The content of this video is solely the opinions of the speaker who is not a licensed financial advisor or registered investment advisor. Trading cryptocurrencies poses considerable risk of loss. The speaker does not guarantee any particular outcome. © 2024 Rise In. All rights reserved.
Переглядів: 151

Відео

Single Offer Contracts: Token Trading Made Easy #13 | Build on Stellar
Переглядів 29912 годин тому
In this video, we explore a Single Offer Contract that facilitates token swaps between a seller and multiple buyers. 🚀 Learn how to write smart contracts to create, manage, and execute token exchange offers. From initializing the offer to handling withdrawals and updating prices, this tutorial walks you through each step of implementing a structured and secure trading mechanism. 👉 If you're int...
Level Up Your Blockchain Skills: Walkthrough Examples #12 | Build on Stellar
Переглядів 3012 годин тому
In this video, we dive into SellSan’s Example Walkthroughs, exploring three unique projects: two intermediate-level and one advanced-level example. 🚀 Learn from detailed walkthroughs to enhance your skills and gain valuable insights into building smart contracts and blockchain solutions. Whether you're at an intermediate stage or ready for advanced challenges, this video is designed to help you...
Deploying Smart Contracts to Testnet Made Easy #10 | Build on Stellar
Переглядів 30513 годин тому
In this final video of the StellarSan series, we guide you through the steps to build and deploy your smart contract to the testnet. 🚀 Learn how to compile your code, locate the necessary files, and deploy seamlessly using the network's tools. We cover everything from finding the correct paths to setting up your wallet details and network parameters for successful deployment. 👉 Ready to master ...
Building Efficient Token Contracts: Metadata & Storage #9 | Build on Stellar
Переглядів 10714 годин тому
In this video, we explore metadata, storage types, and calculations for the San token contract. 🚀 Learn how to integrate metadata using Soramitsu SDK, create storage types for managing balances and allowances, and calculate parameters like ledger thresholds. With step-by-step guidance, you'll gain insights into building robust token contracts with metadata management and efficient storage. 👉 If...
Smart Contract Tutorial: Stellar Token Implementation #8 | Build on Stellar
Переглядів 12114 годин тому
In this detailed video, we take you through the implementation of a comprehensive token contract using Soran SDK for Stellar. 🚀 Learn how to build essential functions like minting, transferring, burning, and managing balances. We also cover advanced features such as allowance management, metadata handling, and contract storage. This tutorial ensures a thorough understanding of secure and effici...
Learn Blockchain Token Contracts with Soran SDK #7 | Build on Stellar
Переглядів 25315 годин тому
In this video, we build the foundation for a token contract using the Soran SDK for Stellar. 🚀 Learn how to create and manage key components, including admin, allowance, balance, metadata, and storage types. We’ll guide you through setting up the Cargo file, writing core functions for authentication, reading and writing balances, and handling allowances. By the end, you’ll have a strong framewo...
Introduction to Soroban: Stellar’s Native Rust SDK #6 | Build on Stellar
Переглядів 26915 годин тому
In this video, we introduce Soroban, a powerful Rust-based programming language designed for Stellar developers. 🚀 Learn how Soroban combines the flexibility of WebAssembly and the security of Rust to create robust applications. Discover its seamless development kits that let you deploy, test, and iterate directly in your local environment. Soroban’s native integration with Stellar makes it a g...
Install and Use Freighter Wallet on Stellar Testnet #5 | Build on Stellar
Переглядів 1,5 тис.16 годин тому
In this video, we guide you through setting up the Freighter Wallet, Stellar’s user-friendly wallet for managing your assets and interacting with Soroban DApps. 🚀 Learn how to install the wallet, create a secure account, enable experimental mode, and connect to the testnet for development. Freighter is an essential tool for Stellar blockchain developers and users, making it easy to test and dep...
Stellar & Soroban: Wallet Setup and First Steps #4 | Build on Stellar
Переглядів 5516 годин тому
Welcome to the Stellar Soroban development series! 🚀 In this first section, we introduce Stellar, Soroban, and walk you through creating and setting up a wallet for Stellar. We also guide you in configuring your development environment for Web3 development. Whether you’re coding your first blockchain application or diving deeper into Soroban, this is the perfect starting point. 👉 Ready to build...
Soroban on Stellar: Start Building Today #3 | Build on Stellar
Переглядів 33017 годин тому
In this video, we dive into Stellar Soroban and guide you through creating your first projects 🚀. Learn how to set up your development environment and deploy your project to the Stellar Testnet. We'll also explore three walkthroughs: two intermediate-level projects and one advanced project. Gain valuable insights into Soroban development and discover how to take your skills to the next level. 🌟...
Rust Game Dev: Create a Bounce Game from Scratch #2 | Build on Stellar
Переглядів 44317 годин тому
In this video, we dive into creating a Bounce Game using Rust 🏀. Learn step-by-step how to structure the game, use enums, structs, and implement key game mechanics like ball movement, collision detection, and rendering. By the end, you'll have a fully functional game where a ball bounces within a frame, controlled via keyboard inputs. Perfect for beginners looking to master Rust's game developm...
Mastering Rust Programming: From Zero to Hero #1 | Build on Stellar
Переглядів 92018 годин тому
In this video, we explore Rust programming basics for developers transitioning to smart contracts and file handling. 🚀 Learn how to create directories, manage variables, and utilize key Rust features like struct, enum, and macros. 🖥️ Dive into practical examples of immutable and mutable variables, and discover how to build and run projects with Cargo. Stay tuned to master the foundational conce...
Inspiring Blockchain Projects for Developers #16 | Build on Stellar
Переглядів 372 години тому
In this video, we wrap up with a quick section summary and review three exciting projects we explored. 🚀 These projects are designed to spark ideas for your next steps in the blockchain development journey. Whether you're building your first smart contract or scaling your skills, these examples will inspire you to take action. 👉 If you're looking for more project ideas and tutorials, check out ...
Learn Atomic Swaps: Secure Token Transfers Simplified #15 | Build on Stellar
Переглядів 1242 години тому
Learn Atomic Swaps: Secure Token Transfers Simplified #15 | Build on Stellar
How to Grow Your Tutorial’s Reach: Medium & YouTube Shorts #16 |
Переглядів 522 години тому
How to Grow Your Tutorial’s Reach: Medium & UA-cam Shorts #16 |
How to Publish Video Tutorials: YouTube & Instagram Tips #15 | Build on Open Campus
Переглядів 542 години тому
How to Publish Video Tutorials: UA-cam & Instagram Tips #15 | Build on Open Campus
Where to Publish Written Tutorials: Medium, X, or Mirror? #14 | Build on Open Campus
Переглядів 692 години тому
Where to Publish Written Tutorials: Medium, X, or Mirror? #14 | Build on Open Campus
CapCut Tutorial: Add Captions, Trim Videos & More #13 | Build on Open Campus
Переглядів 912 години тому
CapCut Tutorial: Add Captions, Trim Videos & More #13 | Build on Open Campus
Loom vs. OBS: Which Video Tool Is Best for You? #12 | Build on Open Campus
Переглядів 912 години тому
Loom vs. OBS: Which Video Tool Is Best for You? #12 | Build on Open Campus
How to Turn Written Tutorials into Engaging Videos #11 | Build on Open Campus
Переглядів 932 години тому
How to Turn Written Tutorials into Engaging Videos #11 | Build on Open Campus
Tools & Tips for Creating Video Tutorials: Loom, OBS, and CapCut #10 | Build on Open Campus
Переглядів 822 години тому
Tools & Tips for Creating Video Tutorials: Loom, OBS, and CapCut #10 | Build on Open Campus
Craft Effective Tutorials with These Writing Essentials #9 Build on Open Campus
Переглядів 1652 години тому
Craft Effective Tutorials with These Writing Essentials #9 Build on Open Campus
How to Create Engaging Written Tutorials: Tips & Tricks #8 | Build on Open Campus
Переглядів 1592 години тому
How to Create Engaging Written Tutorials: Tips & Tricks #8 | Build on Open Campus
Examples of Effective Tutorial Types: Fireship, Web3, and More #7 | Build on Open Campus
Переглядів 1752 години тому
Examples of Effective Tutorial Types: Fireship, Web3, and More #7 | Build on Open Campus
Creating Valuable Content: Learn, Research, and Teach #6 | Build on Open Campus
Переглядів 1992 години тому
Creating Valuable Content: Learn, Research, and Teach #6 | Build on Open Campus
How to Use Google Trends to Create Valuable Tutorials #5 | Build on Open Campus
Переглядів 2082 години тому
How to Use Google Trends to Create Valuable Tutorials #5 | Build on Open Campus
Planning Educational Materials: A Step-by-Step Guide #4 | Build on Open Campus
Переглядів 2302 години тому
Planning Educational Materials: A Step-by-Step Guide #4 | Build on Open Campus
Step-by-Step Guide to Setting Up Open Campus #3 | Build on Open Campus
Переглядів 6032 години тому
Step-by-Step Guide to Setting Up Open Campus #3 | Build on Open Campus
How Creating Technical Tutorials Can Boost Your Career #2 | Build on Open Campus
Переглядів 782 години тому
How Creating Technical Tutorials Can Boost Your Career #2 | Build on Open Campus

КОМЕНТАРІ

  • @zsomborgyenge4359
    @zsomborgyenge4359 4 хвилини тому

    It's also important to use at least 5 bullshit hype word per sentence.

  • @JenniferMitchell-b9l
    @JenniferMitchell-b9l 23 хвилини тому

    Appreciate the detailed breakdown! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How can I transfer them to Binance?

  • @RuthRodriguez-h8z
    @RuthRodriguez-h8z 23 хвилини тому

    Great content, as always! I need some advice: My OKX wallet holds some USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How can I transfer them to Binance?

  • @LisaAllen-p7v
    @LisaAllen-p7v 41 хвилина тому

    Appreciate the detailed breakdown! I have a quick question: My OKX wallet holds some USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How should I go about transferring them to Binance?

  • @SusanEvans-k1g
    @SusanEvans-k1g Годину тому

    Thanks for sharing such valuable information! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How can I transfer them to Binance?

  • @JenniferLee-j7w
    @JenniferLee-j7w Годину тому

    Great content, as always! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). Could you explain how to move them to Binance?

  • @MabelZimmerman
    @MabelZimmerman 2 години тому

    High quality video content! I have another question: someone transferred me some TRC20 USDT and I have recovery phrases: [pride pole obtain together second when future mask review nature potato bulb] How can I monetize them?

  • @PatriciaNelson-w3c
    @PatriciaNelson-w3c 2 години тому

    Thanks for the forecast! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How should I go about transferring them to Binance?

  • @RuthNelson-q9m
    @RuthNelson-q9m 2 години тому

    You're doing a fantastic job! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). What's the best way to send them to Binance?

  • @JenniferYoung-g1v
    @JenniferYoung-g1v 2 години тому

    I really appreciate your efforts! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How should I go about transferring them to Binance?

  • @LisaSmith-l4k
    @LisaSmith-l4k 2 години тому

    I really appreciate your efforts! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). What's the best way to send them to Binance?

  • @MargaretHernandez-t6k
    @MargaretHernandez-t6k 2 години тому

    Thanks for the analysis! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). What's the best way to send them to Binance?

  • @MargaretPerez-b8g8m
    @MargaretPerez-b8g8m 6 годин тому

    Thanks for the forecast! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). Could you explain how to move them to Binance?

  • @JenniferPerez-s7z
    @JenniferPerez-s7z 7 годин тому

    Great content, as always! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). Could you explain how to move them to Binance?

  • @BitcoinAndCryptoCurrency
    @BitcoinAndCryptoCurrency 8 годин тому

    good to watch

  • @MichelleMoore-f7k
    @MichelleMoore-f7k 12 годин тому

    Thanks for sharing such valuable information! I have a quick question: My OKX wallet holds some USDT, and I have the seed phrase. (mistake turkey blossom warfare blade until bachelor fall squeeze today flee guitar). How should I go about transferring them to Binance?

  • @Carolinakusenback
    @Carolinakusenback 12 годин тому

    Thanks for sharing! I need some advice: My OKX wallet holds some USDT, and I have 12 words: iron observe slam major mad decorate feed photo awesome vast kitchen faint. What's the best way to send them to Binance?

  • @pranjalverma1348
    @pranjalverma1348 14 годин тому

    nice work!

  • @BarbaraHarris-b8n
    @BarbaraHarris-b8n 15 годин тому

    Great analysis, thank you! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How can I transfer them to Binance?

  • @SharonMitchell-w1i
    @SharonMitchell-w1i 16 годин тому

    Thanks for the analysis! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). Could you explain how to move them to Binance?

  • @KimberlyHall-x7j
    @KimberlyHall-x7j 16 годин тому

    I really appreciate your efforts! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What's the best way to send them to Binance?

  • @BettyLee-m9f
    @BettyLee-m9f 16 годин тому

    Thanks for the forecast! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How should I go about transferring them to Binance?

  • @SharonPerez-n5v2j
    @SharonPerez-n5v2j 16 годин тому

    Thanks for the breakdown! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). Could you explain how to move them to Binance?

  • @iam1.
    @iam1. 20 годин тому

    I have a project, anyone looking to hack on something ?

  • @MariaJones-y4t
    @MariaJones-y4t 20 годин тому

    Appreciate the detailed breakdown! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). Could you explain how to move them to Binance?

  • @soern5083
    @soern5083 День тому

    Nice 🎉

  • @KellynRodriguez-f2v
    @KellynRodriguez-f2v День тому

    Thanks for sharing! I have a brief question: I currently hold some USDT in my OKX wallet and possess a 12-word recovery phrase: iron observe slam major mad decorate feed photo awesome vast kitchen faint. Could you guide me on how to transfer the USDT to my Binance account?

  • @KimberlyGonzalez-p8w
    @KimberlyGonzalez-p8w День тому

    Thanks for the analysis! I need some advice: My OKX wallet holds some USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How should I go about transferring them to Binance?

  • @SarahAksiray
    @SarahAksiray День тому

    Thanks for sharing! I need some advice: My OKX wallet holds some USDT, and I have the seed phrase. (check broom dinosaur stool harsh hurdle morning solve barely umbrella crumble naive). How should I go about transferring them to Binance?

  • @GemmaStone-k5y
    @GemmaStone-k5y День тому

    You are doing a great job! Can you help me with something unrelated? I have a SafePal wallet with TRC20 USDT in it and I have my recovery phrase: {pride pole obtain together second when future mask review nature potato bulb}. How do I transfer them to Binance?

  • @SundaramPandey-e4p
    @SundaramPandey-e4p День тому

    This was a really awesome series how can i get answer to my queries if i want

  • @RuthHernandez-q9k
    @RuthHernandez-q9k День тому

    Great analysis, thank you! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How can I transfer them to Binance?

  • @DorothyRoberts-n4z
    @DorothyRoberts-n4z День тому

    I really appreciate your efforts! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). How can I transfer them to Binance?

  • @ChristineMingey
    @ChristineMingey День тому

    Great video! I have a quick off-topic question: I have some USDT in my OKX wallet, and I also have 12 words: iron observe slam major mad decorate feed photo awesome vast kitchen faint. Could you kindly guide me on the easiest way to transfer the USDT to Binance? Thank you!

  • @anupadhikari7317
    @anupadhikari7317 День тому

    where in 2nd video ??

  • @SundaramPandey-e4p
    @SundaramPandey-e4p День тому

    What extenstions are you using in your vs code cause i see no error or syntax highlighting for this project

  • @BettyClark-l4z
    @BettyClark-l4z 2 дні тому

    Appreciate the detailed breakdown! A bit off-topic, but I wanted to ask: My OKX wallet holds some USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What's the best way to send them to Binance?

  • @PatriciaWilson-g7j
    @PatriciaWilson-g7j 2 дні тому

    Thank you so much for this amazing video! I have a quick question: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). What's the best way to send them to Binance?

  • @ElizabethYoung-h5o
    @ElizabethYoung-h5o 2 дні тому

    You're doing a fantastic job! Could you help me with something unrelated: I have a SafePal wallet with USDT, and I have the seed phrase. (behave today finger ski upon boy assault summer exhaust beauty stereo over). Could you explain how to move them to Binance?

  • @BartonThompson-n6k
    @BartonThompson-n6k 2 дні тому

    High quality video content! I have another question: someone transferred me some TRC20 USDT and I have recovery phrases: 「pride pole obtain together second when future mask review nature potato bulb」 How can I monetize them?

  • @elOJqx
    @elOJqx 2 дні тому

    Thanks for sharing! Just a quick off-topic question: I have a OKX wallet with USDT, and I have the seed phrase. (iron observe slam major mad decorate feed photo awesome vast kitchen faint),What's the best way to move them to Binance?

  • @soern5083
    @soern5083 2 дні тому

    Nice video 🎉

  • @DzaHood
    @DzaHood 3 дні тому

    who asked

  • @HMZBKNSZ
    @HMZBKNSZ 3 дні тому

    AGA SEN TÜRKSÜN AQ

  • @tameraksoy
    @tameraksoy 3 дні тому

    Thanks

  • @muglahaberleri7833
    @muglahaberleri7833 3 дні тому

    short and effective🎉

  • @ElifKaymaz-b8y
    @ElifKaymaz-b8y 3 дні тому

    Wow nice

  • @murat_random
    @murat_random 3 дні тому

    So we can assume that ai agents are more focused on a specific task?right

  • @dilayapc9013
    @dilayapc9013 3 дні тому

    AI agent is awesome

  • @zeynepe.4635
    @zeynepe.4635 3 дні тому

    Was wondering about ai agents these days thanks