Skip to content

Generating addresses & keys for In Wallet cryptocurrencies

Royalynx edited this page Sep 24, 2019 · 14 revisions

ADAMANT's blockchain gives you an opportunity to work with wallets of other cryptocurrencies, Ethirium for example. To start you have to generate with help of eth.js pair key:value, where

  • key — address of Ethirium wallet
  • value — private key to access Ethirium wallet

Data format

input data: passPhrase of user's ADAMANT wallet

output data:

  • account — address of Ethirium wallet
  • privateKey — encripted private key to access Ethirium wallet

Code examples:

Clone this wiki locally