https://docs.onflow.org/flow-cli/install
flow transactions send ./transactions/token/setupBloctoTokenVault.cdc \
--network testnet \
--signer blt-user-testnet \
--gas-limit 1000
flow transactions send ./transactions/token/transferBloctoToken.cdc \
--network testnet \
--arg UFix64:100.0 \
--arg Address:0x03d1e02a48354e2b \
--signer blt-admin-testnet \
--gas-limit 1000
flow transactions send ./transactions/token/setupBloctoPassCollection.cdc \
--network testnet \
--signer blt-user-testnet \
--gas-limit 1000
flow transactions send ./transactions/token/mintBloctoPass.cdc \
--network testnet \
--signer blt-admin-testnet \
--gas-limit 1000
flow scripts execute ./scripts/token/getBloctoTokenBalance.cdc \
--network testnet \
--arg Address:0x03d1e02a48354e2b
flow transactions send ./transactions/staking/stakeNewTokens.cdc \
--network testnet \
--arg UFix64:1000.0 \
--signer blt-user-testnet \
--gas-limit 1000
flow scripts execute ./scripts/staking/getStakingInfo.cdc \
--network testnet \
--arg Address:0x03d1e02a48354e2b
flow transactions send ./transactions/staking/switchEpoch.cdc \
--network testnet \
--signer blt-admin-testnet \
--gas-limit 1000