@Ordinals inscribing Tips & Pitfalls #1
1/4
These series of posts will be helpful if you just started your journey in creating inscriptions on BTC
1. 📃 Read the docs https://t.co/aoy6FHbj21
4. When you start an ord server, it will start indexing all the ordinals in blockchain.
This is a very long process...
✅ Download pre-indexed snapshots instead! https://t.co/7iAvhwetlm
‼️Always wait for ord server to gracefully shutdown. Otherwise, index db will get corrupted
4 / 4
Pay close attention to your "withdraw" or any ETH transferring functions.
In the @los_muertosNFT contract, they check if each transfer was successful before proceeding to other transfers. In some contracts, the order of transfers may lead to serious vulnerabilities
1 / 4
So a few days ago I bought myself a Muerto☠️
One of the reasons was their beautiful smart contract code🧐
I did a little research and picked a few little things that will make your Smart Contracts better🔧
A Thread👇
#muertofollowmuerto#vivalosmuertos#smartcontract
3 / 4
Write your own modifiers if needed! For example, you can collect all your "check supply bounds" code in one modifier and then use it on any function that mints tokens