As an application developer, I would like to know how to set up my own testnet, so that I can try out my application without having to rely on external infrastructure.
Although setting up a testnet can be as simple as running a single docker command (via tintoy), many application developers are not familiar with docker.
This recipe should be more of a "quick-start" for deploying a testnet without docker with links to the details on tinman's README.
AC
[x] overview on why a private testnet is a good idea
[x] mention that there's a docker solution
[x] quick-start a testnet deploy (entirely without docker)
As an application developer, I would like to know how to set up my own testnet, so that I can try out my application without having to rely on external infrastructure.
Although setting up a testnet can be as simple as running a single docker command (via tintoy), many application developers are not familiar with docker.
This recipe should be more of a "quick-start" for deploying a testnet without docker with links to the details on tinman's README.
AC