Check Balance
Last updated
Last updated
See the Block Explorer tab for more information about explorers.
You can check the contents of the mined block in the block explorer.
Search the mined block number in the explorer.
You can also search by wallet address.
This part explains how to link your Metamask account to the WorldLand console and your WorldLand account to Metamask.
Metamask must be installed and connected to the Worldland network for this to work.
You can find Account details in the menu to the right of your Metamask account.
Press the export private key button and enter the password to obtain the private key.
Enter the obtained private key and password into the WorldLand console.
web3.personal.importRawKey("PRIVATE_KEY", "METAMASK_PASSWORD"
)
then can you check account :)
Generating new account:
returns data that looks like:
We generated the address :0xb8C941069cC2B71B1a00dB15E6E00A200d387039
. You can check the account using the following command.
You can find your key file in YOUR_DATADIR/keystore
If not configured, the data storage location is ~/.ethereum.
For Windows, the location is
C:\Users\[Username]\AppData\Local\Ethereum\[seoul/gwangju]\keystore
Open metamask, select the network and then select "Import Account"
Select JSON File from Select Type and import the file. And enter the password you entered when creating your account.
This process may take 5 minutes :)
Then, you can import an account to Metamask!