Skip to content

Commit 024e587

Browse files
committed
fix: broken links
1 parent 59ef54e commit 024e587

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

solidity/junior-1/code-style/linting-and-formatting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ _Важно!_ Для того чтобы начать писать смарт-к
3030
### Общие расширения
3131
- [Поддержка языка Solidity](https://juan.blanco.ws/solidity-contracts-in-visual-studio-code/).
3232
- [Solidity Visual Developer](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor).
33-
- [Ethereum Remix](https://marketplace.visualstudio.com/items?itemName=RemixProject.ethereum-remix)
3433
- [Solidity+Yul Semantic Syntax](https://marketplace.visualstudio.com/items?itemName=ContractShark.solidity-lang)
3534

3635
### HardHat

solidity/junior-1/practice/3-erc-721.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@
5050
- [ERC-721 tutorial](https://www.youtube.com/watch?v=YwXXLmRZI3Y&ab_channel=BlockchainBob)
5151
- [ERC-721 URI Storage tutorial](https://www.youtube.com/watch?v=NU5Z-NIK4_U&ab_channel=BlockchainBob)
5252
- [ERC-721 Enumirable tutorial](https://www.youtube.com/watch?v=hL5uPgEAuIo&ab_channel=BlockchainBob)
53-
- [OpenZeppeling Wizard](https://docs.openzeppelin.com/contracts/4.x/wizard)
5453
- [Etherscan tracker NFT](https://etherscan.io/tokens-nft)
5554
- [Приятный бонус - NFT-721A](https://www.erc721a.org/)

solidity/junior-1/testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
* [Testing ERC-20 tokens with waffle](https://ethereum.org/en/developers/tutorials/testing-erc-20-tokens-with-waffle/)
2727
* [How to mock solidity contracts for testing](https://ethereum.org/en/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
2828
* [How Do You Even Write Secure Code Anyways, Samczsun - DeFi Security Summit 2022](https://youtu.be/Wm3t8Fuiy1E)
29-
* [Обзор инструмента tenderly](https://github.com/fullstack-development/blockchain-wiki/blob/main/tools/tenderly.md#%D0%BE%D0%B1%D0%B7%D0%BE%D1%80-%D0%B8%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D0%B0-tenderly)
29+
* [Обзор инструмента tenderly](https://github.com/fullstack-development/blockchain-wiki/tree/main/tools/tenderly)

0 commit comments

Comments
 (0)