Create Wallet
This article is a guide about key management strategy on user side of your Decentralised Application on Echain Network.
Setup Web3
web3.js
is a javascript library that allows our client-side application to talk to the blockchain. We configure web3 to communicate via Metamask.
web3.js
doc is here
Connect to ECT network
Set up account
If the installation and instantiation of web3 was successful, the following should successfully return a random account:
Recover account
If you have backup the private key of your account, you can use it to restore your account.
Full Example
Last updated