From 92a82db12d73aa733d35270de8b390bf53ef120b Mon Sep 17 00:00:00 2001 From: rocstersolos Date: Mon, 23 Jun 2025 13:26:48 +0100 Subject: [PATCH 1/2] Added programming languages & tools section --- build/docs/how-morph-works/intro/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build/docs/how-morph-works/intro/index.html b/build/docs/how-morph-works/intro/index.html index 1e6dcd7ce..212772987 100644 --- a/build/docs/how-morph-works/intro/index.html +++ b/build/docs/how-morph-works/intro/index.html @@ -15,5 +15,17 @@
  • Morph's Modular Architecture
  • General Protocol Design
  • +## 🧠 What Programming Languages Do You Need? + +To build on Morph, you'll mainly use: + +- **Solidity** – for writing smart contracts compatible with Ethereum and Morph. +- **TypeScript / JavaScript** – for frontend integrations, SDK usage, and dApp interfaces. +- **React** (optional but recommended) – for building modern UI with Morph’s components. +- **Hardhat or Foundry** – for compiling, testing, and deploying smart contracts. + +Morph is EVM-compatible, meaning any tooling and language used in the Ethereum ecosystem will generally work with minimal changes. + +> 🚀 You can get started even faster with our [Morph Starter Kit](#). \ No newline at end of file From b1fe6ca335d81d7829c83c2c21fdcf5a1203edba Mon Sep 17 00:00:00 2001 From: rocstersolos Date: Wed, 19 Nov 2025 00:10:27 +0100 Subject: [PATCH 2/2] Add initial Rocster testing file none --- Rocster testing | 1 + 1 file changed, 1 insertion(+) create mode 100644 Rocster testing diff --git a/Rocster testing b/Rocster testing new file mode 100644 index 000000000..038d718da --- /dev/null +++ b/Rocster testing @@ -0,0 +1 @@ +testing