Skip to content

Commit 5a1ada2

Browse files
committed
refactor: move remix mention to intro
1 parent 656a703 commit 5a1ada2

File tree

1 file changed

+2
-1
lines changed
  • public/content/developers/docs/smart-contracts/languages

1 file changed

+2
-1
lines changed

public/content/developers/docs/smart-contracts/languages/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The two most active and maintained languages are:
1111
- Solidity
1212
- Vyper
1313

14+
Remix IDE provides a comprehensive development environment for creating and testing contracts in both Solidity and Vyper. [Try the in-browser Remix IDE](https://remix.ethereum.org) to start coding.
15+
1416
More experienced developers also might want to use Yul, an intermediate language for the [Ethereum Virtual Machine](/developers/docs/evm/), or Yul+, an extension to Yul.
1517

1618
If you're curious and like to help test new languages that are still under heavy development you can experiment with Fe, an emerging smart contract language which is currently still in its infancy.
@@ -33,7 +35,6 @@ Previous knowledge of programming languages, especially of JavaScript or Python,
3335

3436
- [Documentation](https://docs.soliditylang.org/en/latest/)
3537
- [Solidity Language Portal](https://soliditylang.org/)
36-
- [Remix-IDE for Solidity](https://remix.ethereum.org/)
3738
- [Solidity by Example](https://docs.soliditylang.org/en/latest/solidity-by-example.html)
3839
- [GitHub](https://github.com/ethereum/solidity/)
3940
- [Solidity Gitter Chatroom](https://gitter.im/ethereum/solidity) bridged to [Solidity Matrix Chatroom](https://matrix.to/#/#ethereum_solidity:gitter.im)

0 commit comments

Comments
 (0)