Currently, each package/example has an individual .env file with similar requirements for the environment variables. To improve user experience, we can merge these .env files into a single file located at rgbpp-sdk/.env. Furthermore, we can provide a set of default testnet values for the environment variables, so users running the tests for the first time won't have to configure anything.
Background
Currently, each package/example has an individual
.env
file with similar requirements for the environment variables. To improve user experience, we can merge these.env
files into a single file located atrgbpp-sdk/.env
. Furthermore, we can provide a set of default testnet values for the environment variables, so users running the tests for the first time won't have to configure anything.TODOs
.env
files and put it inrgbpp-sdk/.env
Related Discussions