resim new-account
. If it is the first account you create, resim will automatically set it as the default. You can later change the default account by running: resim set-default-account [address] [public_key]
. This last command takes the address and public key of the account you want to switch to. The default account is the one you call the components from.resim show [account_address]
, you should see the newly created token in the resources:resim new-token-fixed --help
for the full list of parameters.resim new-badge-fixed --name TokenMinter 1
new-token-fixed
and offers the same parameters for the metadata. The difference is that badges are not divisible.resim new-token-mutable --name MutableScrypto [badge_address]
resim show [resource_def_of_token
].resim mint 1000 [resource_def_of_token] [resource_def_of_badge]
resim show [an_address]
resim set-current-epoch [epoch_number]
resim show-configs
resim show-ledger
resim publish . --address [already_published_package_address]