Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in "how to write and deploy an NFT" page and removing link for Azure Blockchain Workbench #13667

Merged
merged 6 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
]
Loading