πŸ›«Bot CLI

You can run ./smb-onchain -h to see the list of commands the bot supports.

  run <config>                   Start the onchain bot with the given config
  create-lookup-table <config>   Create a lookup table for the config
  extend-lookup-table <config>   Extend an existing lookup table
  deactivate-lookup-table <config> <address>   Deactivate a lookup table
  close-lookup-table <config> <address>         Close a lookup table
  create-nonce-accounts <config> <number> <output_json_file>   Create nonce accounts
  close-nonce-accounts <config> <nonce_json_file>   Close nonce accounts
  wrap-sol <config> <lamports>   Wrap SOL in the configured wallet
  find-lookup-tables <config>    List lookup tables owned by the wallet

Last updated