Environment Variables
MORALIS_API_KEY=MORALIS_API_KEY is the only environment variable the client reads. It's picked up
automatically by Moralis.new() — see API Keys Setup.
Guidance
- keep local values in an untracked
.envfile - load them explicitly in scripts and notebooks