Skip to content

Generating addresses & keys for In Wallet cryptocurrencies

Aleksei Lebedev edited this page Sep 29, 2019 · 14 revisions

Working with ADM

ADAMANT's blockchain gives you an opportunity to work with wallets of other cryptocurrencies, Etherium 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