Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - func CompileTeal(algodClient *algod.Client, path string) []byte
 - func DeployApp(algodClient *algod.Client, creator crypto.Account) uint64
 - func GetAlgodClient() *algod.Client
 - func GetIndexerClient() *indexer.Client
 - func GetKmdClient() kmd.Client
 - func GetSandboxAccounts() ([]crypto.Account, error)
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( ALGOD_ADDRESS = "http://localhost" ALGOD_PORT = "4001" ALGOD_URL = "" ALGOD_TOKEN = strings.Repeat("a", 64) INDEXER_ADDRESS = "http://localhost" INDEXER_PORT = "8980" INDEXER_TOKEN = strings.Repeat("a", 64) INDEXER_URL = "" KMD_ADDRESS = "http://localhost" KMD_PORT = "4002" KMD_TOKEN = strings.Repeat("a", 64) KMD_URL = "" KMD_WALLET_NAME = "unencrypted-default-wallet" KMD_WALLET_PASSWORD = "" )
Functions ¶
func GetAlgodClient ¶
func GetIndexerClient ¶
func GetKmdClient ¶
func GetSandboxAccounts ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.