Get Test Tokens in Shellnet
This guide explains how to top up an address with test tokens in the `Shellnet` network
For the Shellnet network only
Please update tvm-cli v3+ and use the new extended address format:
<dapp_id>::<account_id>
You can receive test tokens in two ways: * by using the giver * by requesting them from us through our Telegram channel
Requirements
Before you start, make sure you have:
Recipient wallet or contract address
GiverV3 contract artifacts are available in the repository Acki Nacki
Test Tokens
Token amounts in ecc are specified in the smallest units.
NACKL
1
9
100 NACKL = 100,000,000,000
SHELL
2
9
100 SHELL = 100,000,000,000
eccUSDC
3
6
100 eccUSDC = 100,000,000
Make sure the recipient address is correct before running the command
Keep the
valueparameter set to1000000000
Get SHELL
Replace 0:348c....66bf with the recipient address.
The command below sends 1000 SHELL.
Get NACKL
Replace 0:348c....66bf with the recipient address.
The command below sends 100 NACKL.
Get eccUSDC
Replace 0:348c....66bf with the recipient address.
The command below sends 5000 eccUSDC.
Get multiple tokens
You can request several test tokens in one command by adding multiple keys to ecc.
The command below sends 1000 NACKL, 50000 SHELL, and 5000 eccUSDC.
Get VMSHELL to a Precomputed Address
Use this option to send test SHELL tokens to an address where the contract has not yet been deployed.
These tokens will be used to pay for the deployment of that contract.
Replace 0:348c....66bf with the recipient address.
The command below sends 1000 SHELL, which will be credited as 1000 VMSHELL.
Last updated