@mmt-finance/ve-sdk-v1
v0.2.0
Published
To run the examples, you need to configure the following environment variables:
Keywords
Readme
ve-mmt-v1-sdk
Environment Setup
To run the examples, you need to configure the following environment variables:
- Copy
.env.exampleto.env:
cp .env.example .env- Update the
.envfile with your private key:
MAINNET_PRIVATE_KEY=your_actual_private_key_here⚠️ Security Note: Never commit your .env file or expose your private keys. The .env file is already included in .gitignore.
