package
Version:
v0.0.0-...-8efdbe7
Opens a new window with list of versions in this module.
Published: Oct 18, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Config *Config
}
type Config struct {
RpcUrl string `envconfig:"RPC_URL" default:"https://eth-mainnet.g.alchemy.com/v2/7q07HgmNB4AvgtnWTJF0uKgXmHIPpC-e"`
WalletSecretKey string `envconfig:"WALLET_SECRET_KEY"`
ContractAddress string `envconfig:"CONTRACT_ADDRESS"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.