Skip to content

A comprehensive guide to working with ESDT tokens on MultiversX as a user/beginner

License

Notifications You must be signed in to change notification settings

creativElla/multiversx-esdt-practical-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding ESDT Tokens: A Practical Guide

A comprehensive guide to working with ESDT tokens on MultiversX, based on real smart contract development experience.

Read the Full Guide

Coming soon!

What This Repository Contains

This repo accompanies my in-depth guide on ESDT tokens. It includes:

  • Full contract source code
  • Code illustrations for visual learners
  • Step-by-step deployment guide
  • Troubleshooting guide with real errors I encountered and fixed

Live Examples on Devnet

Repository Structure

├── common-errors/           # Troubleshooting guide
├── contracts/         #Full smart contract source code
├── deployment-guide/    # How to deploy these contracts
└── screenhots/       # Code illustrations and explorer screenshots

Quick Start

Want to try these contracts yourself?

# Clone this repo
git clone https://github.com/creativElla/multiversx-esdt-practical-guide

# Navigate to the vesting contract
cd contracts/vesting

# Check out the code in src/lib.rs

Full deployment instructions coming in the /deployment-guide folder.

Questions?

If you find any issues or have questions, feel free to open an issue.

About

Built while learning smart contract development on MultiversX.

Written by [creativElla]
Twitter: [@CreativElla]


This repository is part of my journey documenting MultiversX smart contract development in public.

About

A comprehensive guide to working with ESDT tokens on MultiversX as a user/beginner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages