Skip to content

Commit

Permalink
Mention about Resetting Accounts in Metamask
Browse files Browse the repository at this point in the history
  • Loading branch information
saiakhil2012 committed Dec 9, 2022
1 parent ec1c30d commit 9814e20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vmbc-ethereum/appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and clicking `Connect`

## Resetting Account in Metamask
- How to Reset an Account in Metamask - [Article from Metamask](https://metamask.zendesk.com/hc/en-us/articles/360015488891-How-to-reset-an-account)
- Perform this step of Resetting you Metamask account
- Perform this step of Resetting you Metamask account for each of the accounts which you will utilize to interact with VMware Blockchain
- **Note**: This is required because of a Limitation in Metamask that, when an already connected/linked Blockchain Network is reset/re-installed, Metamask still uses old and cached nonce for accounts. Essentially, by resetting the accounts, we are requesting Metamask to dynamically determine the nonce, rather than using an old cache.

## Importing Accounts in Metamask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Metamask Wallet - [https://metamask.io/](https://metamask.io/)
- Setting up Metamask for VMware Blockchain
- Connecting Metamask to VMware Blockchain- [See Appendix](../../../appendix.md#connecting-metamask-to-vmware-blockchain)
- Reset Metamask Account - [See Appendix](../../../appendix.md#resetting-account-in-metamask)
- Reset Metamask Accounts - [See Appendix](../../../appendix.md#resetting-account-in-metamask)

## Running dApp
There are two ways to run this dApp
Expand Down
2 changes: 1 addition & 1 deletion vmbc-ethereum/sample-dapps/erc20-swap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a Ethereum Sample dApp which comes with few pre-deployed ERC20 based sma
- Metamask Wallet - [https://metamask.io/](https://metamask.io/)
- Setting up Metamask for VMware Blockchain
- Connecting Metamask to VMware Blockchain- [See Appendix](../../appendix.md#connecting-metamask-to-vmware-blockchain)
- Reset Metamask Account - [See Appendix](../../appendix.md#resetting-account-in-metamask)
- Reset Metamask Accounts - [See Appendix](../../appendix.md#resetting-account-in-metamask)

## Running dApp
There are two ways to run this dApp
Expand Down
2 changes: 1 addition & 1 deletion vmbc-ethereum/sample-dapps/nft-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on VMware blockchain by providing a title, an image URL and artist name.
- Metamask Wallet - [https://metamask.io/](https://metamask.io/)
- Setting up Metamask for VMware Blockchain
- Connecting Metamask to VMware Blockchain- [See Appendix](../../appendix.md#connecting-metamask-to-vmware-blockchain)
- Reset Metamask Account - [See Appendix](../../appendix.md#resetting-account-in-metamask)
- Reset Metamask Accounts - [See Appendix](../../appendix.md#resetting-account-in-metamask)

## Features
- View all NFTs in the Platform
Expand Down

0 comments on commit 9814e20

Please sign in to comment.