Skip to content

Commit

Permalink
Merge pull request #13667 from UNOFFICIALbgd/dev
Browse files Browse the repository at this point in the history
Typo in "how to write and deploy an NFT" page and removing link for Azure Blockchain Workbench
  • Loading branch information
corwintines authored Oct 10, 2024
2 parents 521952b + e8c5c00 commit 62aa853
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion public/content/developers/docs/ides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Most established IDEs have built plugins to enhance the Ethereum development exp
**Visual Studio Code -** **_Professional cross-platform IDE with official Ethereum support_**

- [Visual Studio Code](https://code.visualstudio.com/)
- [Azure Blockchain Workbench](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-azure-blockchain.azure-blockchain-workbench?tab=Overview)
- [Code samples](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md)
- [GitHub](https://github.com/microsoft/vscode)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ If we go to the [Sepolia etherscan](https://sepolia.etherscan.io/) and search fo

![View your transaction address on Etherscan](./etherscan-sepoila-contract-creation.png)

The From address should match your MetaMask account address and the To address will say “Contract Creation.” If we click into the transaction, we’ll see our contract address in the To field:
The From address should match your MetaMask account address and the To address will say “Contract Creation”. If we click into the transaction, we’ll see our contract address in the To field:

![View your contract address on Etherscan](./etherscan-sepolia-tx-details.png)

Expand Down
2 changes: 1 addition & 1 deletion src/data/community-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,4 +676,4 @@
"endDate": "2024-12-8",
"imageUrl": "https://ethindia.co/assets/images/og-image.png"
}
]
]

0 comments on commit 62aa853

Please sign in to comment.