wormhole/third_party/algorand
Leo e4802d42d7 devnet: add algorand sandnet
As far as I can tell, both primary and node are happy. We can't use
https://github.com/algorand/sandbox since it makes too many
assumptions about its environment (docker-compose, interactive
development vs. reproducible CI usage).

Instead, use the official mainnet Docker images and ship our own config.

Caveat: "goal network create" is not reproducible and each Docker
build will generate a new set of root keys. We can presumably avoid
this by hardcoding the output of "goal network create"
(using --noimportkeys to avoid having to vendor a SQLite DB.. we'd
just re-import them to kmd at runtime, which is what goal is doing
internally: f51d2d7d5a/netdeploy/networkTemplate.go (L131))

Change-Id: I8c99c6150c9c244c9f12b68a58184c2d5697cee8
2021-12-09 11:54:17 +00:00
..
Dockerfile devnet: add algorand sandnet 2021-12-09 11:54:17 +00:00
config.json devnet: add algorand sandnet 2021-12-09 11:54:17 +00:00
kmd_config.json devnet: add algorand sandnet 2021-12-09 11:54:17 +00:00
template.json devnet: add algorand sandnet 2021-12-09 11:54:17 +00:00
token devnet: add algorand sandnet 2021-12-09 11:54:17 +00:00