Skip to main content

TezosConfig scriptable object

The TezosConfig scriptable object sets the RPC node that the SDK sends Tezos transactions to. For more information about RPC nodes, see The RPC interface.

To use this object, create an instance of it, put your information in its fields, and then drag this instance of the TezosConfig scriptable object to the Config field of the TezosManager prefab.

Setting the RPC nodes to use

Properties

  • Network: A variable that lets you select which network to use, based on the RPC URLs in the following fields
  • Url Mainnet: The URL of a Tezos Mainnet RPC node to use
  • Url Testnet: The URL of a Tezos testnet RPC node to use
  • Documentation URL: The URL of documentation for the indexer that the SDK uses to provide information about Tezos
  • Request Timeout Seconds: The time in seconds to wait for a response from the indexer
  • Pinata Api Token: The Pinata JWT (not the API key or secret key) to use to upload files and data to IPFS