A comprehensive guide to working with ESDT tokens on MultiversX, based on real smart contract development experience.
Coming soon!
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
- Vesting Contract: erd1qqqqqqqqqqqqqpgqxy0y8jdn37tsck9nsmqr8xd946pz560c84lqaulkfa
- Vesting Token: VEST-4956dd
├── common-errors/ # Troubleshooting guide
├── contracts/ #Full smart contract source code
├── deployment-guide/ # How to deploy these contracts
└── screenhots/ # Code illustrations and explorer screenshots
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.rsFull deployment instructions coming in the /deployment-guide folder.
If you find any issues or have questions, feel free to open an issue.
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.