# Packages
alternative_signing is an example of how to create an alternative signer for the SDK, if you prefer a different library.
balance_coin is an example of how to get balance of a coin.
batch_transfer_coin is an example of how to make a coin batch transfer transaction in the simplest possible way.
external_signing is an example of how to create an external signer for the SDK, if you have something like cold storage signing.
faucet is an example of fund the account with the faucet to create it on-chain.
offchain_multisig is an example of how to create a multisig account and perform transactions with it.
onchain_multisig is an example of how to create a multisig account and perform transactions with it.
performance_transaction shows how to improve performance of the transaction submission of a single transaction.
safe_transfer_coin is an example of how to make a coin safe transfer transaction in the simplest possible way.
sending_concurrent_transactions shows how to submit transactions serially or concurrently on a single account.
sponsored_transaction is an example of how to make a sponsored transaction.
transfer_coin is an example of how to make a coin transfer transaction in the simplest possible way.
No description provided by the author