ckb-cell / rgbpp-sdk

Utilities for Bitcoin and RGB++ asset integration
ISC License
53 stars 16 forks source link

Merge `.env` files to the repo root #274

Open ShookLyngs opened 1 month ago

ShookLyngs commented 1 month ago

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 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.

TODOs

Related Discussions