├── README.md ├── docs ├── install-bins.md ├── install-go.md └── systemd.md └── merlot ├── addresses ├── Alexmed.json ├── jack.json ├── kevin.json ├── mantas.json ├── marko.json └── taariq.json ├── genesis.json └── gentx ├── Alexmed.json ├── jack.json ├── kevin.json ├── mantas.json ├── marko.json └── taariq.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/README.md -------------------------------------------------------------------------------- /docs/install-bins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/docs/install-bins.md -------------------------------------------------------------------------------- /docs/install-go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/docs/install-go.md -------------------------------------------------------------------------------- /docs/systemd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/docs/systemd.md -------------------------------------------------------------------------------- /merlot/addresses/Alexmed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/addresses/Alexmed.json -------------------------------------------------------------------------------- /merlot/addresses/jack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/addresses/jack.json -------------------------------------------------------------------------------- /merlot/addresses/kevin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/addresses/kevin.json -------------------------------------------------------------------------------- /merlot/addresses/mantas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/addresses/mantas.json -------------------------------------------------------------------------------- /merlot/addresses/marko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/addresses/marko.json -------------------------------------------------------------------------------- /merlot/addresses/taariq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/addresses/taariq.json -------------------------------------------------------------------------------- /merlot/genesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/genesis.json -------------------------------------------------------------------------------- /merlot/gentx/Alexmed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/gentx/Alexmed.json -------------------------------------------------------------------------------- /merlot/gentx/jack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/gentx/jack.json -------------------------------------------------------------------------------- /merlot/gentx/kevin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/gentx/kevin.json -------------------------------------------------------------------------------- /merlot/gentx/mantas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/gentx/mantas.json -------------------------------------------------------------------------------- /merlot/gentx/marko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/gentx/marko.json -------------------------------------------------------------------------------- /merlot/gentx/taariq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alexmed911/testnets-3/HEAD/merlot/gentx/taariq.json --------------------------------------------------------------------------------