Skip to content

Commit

Permalink
Merge pull request #1189 from ethalorian/main
Browse files Browse the repository at this point in the history
Fix for a transposed link
  • Loading branch information
CJ42 authored Jan 8, 2025
2 parents 10e0455 + 98f7f55 commit 04890bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ In order to follow the guides and tutorial of the LUKSO Developer documentation,
- Building general applications on Ethereum: [**Learning Tools of the Ethereum Foundation**](https://ethereum.org/en/developers/learning-tools/)
- For smart contract developers:
- Smart contract development in [**Solidity**](https://docs.soliditylang.org).
- If you pick a template, [**Foundry**](https://hardhat.org/docs) or [**Hardhat**](https://book.getfoundry.sh/).
- If you pick a template, [**Foundry**](https://book.getfoundry.sh/) or [**Hardhat**](https://hardhat.org/docs).
- For dApp developers:
- Basic programming skills in [**Javascript**](https://developer.mozilla.org/en-US/docs/Web/JavaScript) or [**Typescript**](https://www.typescriptlang.org/docs/).
- Using a javascript library to interaction with web3 applications like [**web3.js**](https://docs.web3js.org/), [**ethers**](https://docs.ethers.org/v6/) or [**viem**](https://viem.sh/).
Expand Down

0 comments on commit 04890bf

Please sign in to comment.