From ca7b28d6af603054c44bc0330b8a9b8c5f475208 Mon Sep 17 00:00:00 2001 From: Chinthaka Date: Thu, 9 Feb 2023 16:02:02 +0530 Subject: [PATCH] udpated truffle system requirements and yul docs link --- .../M2-intro-to-truffle/L1-background/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/S03-smart-contracts/M2-intro-to-truffle/L1-background/index.md b/docs/S03-smart-contracts/M2-intro-to-truffle/L1-background/index.md index 430f37e3..2ffd026a 100644 --- a/docs/S03-smart-contracts/M2-intro-to-truffle/L1-background/index.md +++ b/docs/S03-smart-contracts/M2-intro-to-truffle/L1-background/index.md @@ -39,7 +39,7 @@ Truffle CLI The Truffle Suite requires the following... -- Node.js v12 or later +- Node.js v14 -v18 - Windows, Linux or Mac OS X Truffle also requires that you have a running Ethereum client which supports the standard JSON RPC API (which is nearly all of them). While there are many clients, the Truffle Suite also ships with Ganache, essentially a one-click EVM-based blockchain node for local testing. @@ -96,7 +96,7 @@ Out of the box, Truffle supports the following: - Solidity - Vyper -- Yul (experimental and not for beginners) +- Yul (experimental and not for beginners) At the time of writing, Solidity is by far the most popular language for writing smart contracts, and as with everything in the space, things have been moving rapidly and have now witnessed some major projects built using Vyper.