Initial commit

This commit is contained in:
aglkm
2024-05-03 14:23:37 +03:00
commit a5ca343c52
25 changed files with 26114 additions and 0 deletions

18
Explorer.toml Normal file
View File

@@ -0,0 +1,18 @@
# Node address.
ip = "127.0.0.1"
# Node port.
port = "3413"
# Node protocol. Either HTTP or HTTPS.
proto = "http"
# API username.
user = "grin"
# API secret path.
api_secret_path = "~/.grin/main/.api_secret"
# Foreign API secret path.
foreign_api_secret_path = "~/.grin/main/.foreign_api_secret"