mlabs-haskell/CardStarter-bulk-airdrop-script

Add a `decimal places` flag, that multiples all values by 10^places

Closed this issue · 0 comments

Since we give constraints in terms of integer underlying tokens, and clients usually give in terms of float multiplied tokens (so 1 of token X where it has 6dp, is actually 1000000 of integer token X), we should add a way to handle this automatically.