Coin Faucet

Faucet

The Faucet feature allows you to request a small amount of MNEE tokens (sandbox) for testing and development purposes. This section provides a simple way to receive tokens using the MNEE CLI.

1. Make sure you have created a Developer Account.

Developer Portal

2. Install the MNEE CLI

npm i -g @mnee/cli

3. Create a MNEE Sandbox Wallet

mnee create

4. Connect to the Dev Portal

mnee login

4. Request tokens

mnee faucet

6. Check your balance

mnee balance

Usage Guidelines

  • Rate Limiting: You can request tokens once every 24 hours based on the API key used.

  • Amount: Each request will send 10 MNEE tokens

Last updated