- latest Node.js version https://nodejs.org/en
- private key of a wallet with Pantos or any other PANDAS asset
- Copy
.env.example
to.env
- Enter
PRIVATE_KEY
andSOURCE_ADDRESS
in.env
file - Enter all values in
index.js
SERVICE_NODE_URL
= a list of all service node URLs can be found at panscan.infoSERVICE_NODE_ADDRESS
= a list of all service node addresses can be found at panscan.infoSOURCE_CHAIN_ID
= can be found hereSOURCE_TOKEN_ADDRESS
= the address of the token on your given source chainDESTINATION_CHAIN_ID
= can be found hereDESTINATION_ADDRESS
= the address, where you want to transfer your assets toDESTINATION_TOKEN_ADDRESS
= the address of the token on your given destination chain
- run
npm install
- run
npm start
which initiates the transfer
Currently, Pantos supports 7 different chains:
Chain | ID |
---|---|
Ethereum (ETH) | 0 |
Binance Smart Chain (BSC) | 1 |
Avalanche (AVAX) | 3 |
Polygon | 5 |
Cronos (CRO) | 6 |
Fantom (FTM) | 7 |
Celo | 8 |