Hi.
New to this project.
Successfully deployed a private SR & Full node locally. Both tested ok.
Trying wallet-cli for the very first time.
config.conf
net {
type = testnet
}
fullnode = {
ip.list = [
"127.0.0.1:51051"
]
}
gasfree = {
mainnet = {
apiKey = ""
apiSecret = ""
}
testnet = {
apiKey = ""
apiSecret = ""
}
}
grpc = {
mainnet = {
apiKey = ""
}
}
Thanks in advance.