π¦Launch a BNB Token on Flap
Launch a token on Flap BNB
Directory structure
skills/launch-bnb-token-on-flap/
βββ SKILL.md β this file
βββ references/
βββ preflight.md β Step 0: prerequisites
βββ vault-factory.md β Step 2: vault factory setup
βββ meta-upload.md β Steps 3 & 6: metadata upload
βββ tax-params.md β Step 4: tax parameters
βββ salt-finding.md β Step 7: vanity salt mining
βββ construct-tx.md β Step 8: transaction constructionStep 0 β Preflight check
Step 1 β Choose token type
Choice
Contract to call
Step 2 β Vault Factory setup (tax + vault only)
Step 3 β Token metadata
Step 4 β Tax parameters (tax token only)
Step 5 β Launch buy amount
Step 6 β Upload metadata
Step 7 β Find the salt
Step 8 β Construct the EVM transaction
Step 9 β Send the transaction
Last updated