βοΈCreate, Generate, and Sign Txs
Three Approaches
1. Chain CLI (No Code)
# Create a key
bitbadgeschaind keys add mykey
# Create a collection
bitbadgeschaind tx tokenization create-collection ./collection.json \
--from mykey --chain-id bitbadges-1 --node https://lcd.bitbadges.io:4432. BitBadgesSigningClient (Streamlined)
3. Manual Signing (Fine-Grained Control)
Comparison
Feature
Chain CLI
BitBadgesSigningClient
Manual Signing
Wallet Support
Wallet Type
Examples
Last updated