This is a small project that will allow users to verify the amounts of the accumulated fees in the account that receives 0.02% fees from the token swaps on SiennaSwap.
- Clone this repo
git clone [email protected]:SiennaNetwork/amm-fee-monitor.git
- Install dependencies
pnpm install
- Add the needed
.env
variables (see env.example)
Variable | Required/Optional | Default |
---|---|---|
API_URL | required | null |
BURN_ADDRESS | optional | secret1mkc8r0q929783k36cshmatx3944c3ktq7c6ht8 |
VIEWING_KEY | optional | RANDOM_VK_02_03_22 |
- Run the project
pnpm start