The make localnet-start creates files for a 4-node testnet in ./build by calling the realio-networkd testnet command. This outputs a handful of files in the ./build directory:
Each ./build/nodeN directory is mounted to the /realio-network directory in each container.
To interact with realio-networkd and start querying state or creating txs, you use the realio-network directory of any given node as your home, for example:
Now that accounts exists, you may create new accounts and send those accounts funds!
TIPNote: Each node's seed is located at ./build/nodeN/realio-network/key_seed.json and can be restored to the CLI using the realio-networkd keys add --restore command
If you have multiple binaries with different names, you can specify which one to run with the BINARY environment variable. The path of the binary is relative to the attached volume. For example: