Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplicationsCmd = &cobra.Command{ Use: "applications", Short: "Manage applications", Long: `Create and manage logical applications which target a specific network and expose the following APIs: - API Tokens - Smart Contracts - Token Contracts - Signing Identities (wallets) - Oracles - Bridges - Connectors (i.e., IPFS) - Payment Hubs - Transactions`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.