Deploy Smart Contract for token supply

For deploy smart contract we need to create metamask wallet.

This is the link for how to create metamask wallet and how to connect wallet with own Cross Value Chain network on localhost.

https://dev.to/jeffersonxavier/connecting-metamask-with-a-private-blockchain-2kne#:~:text=Import%20Account&text=Let's%20import%20that%20account%20to,click%20on%20%22Import%22%20button.&text=All%20Done

Open remix.ethereum.org create new file ‘Token’ and write the token contract, here is the contract I write to deploy;

Then connect metamask wallet with remix.

Then click on deploy button and deploy the contract of token.

When deploy the smart contract we can see in the last, remix can show the block number “16180”, this block number also shown in our own Cross Value Chain for confirmation of deployment.

The contract is deploy on this highlighted block

After this we import our token contract for import tokens in wallet for supply by adding contract address in wallet.

Last updated