From eae2e64926210f63c45c8045456d84423c5c20d3 Mon Sep 17 00:00:00 2001 From: 0xnbx Date: Mon, 4 Nov 2024 16:37:09 -0800 Subject: [PATCH 1/4] added awesome supersim section at the bottom of the readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d27f4726..1f163c7f 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,15 @@ Multichain development offers unique challenges: Supersim enables fast, local iteration on cross-chain features, with a simple developer interface. +## 😎 Awesome Supersim + +Below a list of all kinds of interesting projects built with Supersim - If you have a project built with Supersim and want to list it here, just open a PR to this readme and add it here below! + +- [Hyperlane DevEx Demo](https://github.com/ethereum-optimism/supersim/tree/main/integrations/hyperlane) - A demo for the developer experience when using Hyperlane as a wrapper over OP's Native Interop +- [Infinity Pets](https://github.com/karlfloersch/infinity-pets) - An example of horizontally scalable smart contract system and frontend application +- [Interop Interactions and Interopable token](https://github.com/ismailmoazami/Supersim-interactions-and-OpInteropToken-contracts) - Script for transfering tokens seamlessly between local OP chains and sample token contract that is SuperchainERC20 bridgable called OpInteropToken. + + ## 🤝 Contributing Contributions are encouraged, but please open an issue before making any major changes to ensure your changes will be accepted. From 0c9a543f194441b4cdfeb6298111ae5c21722964 Mon Sep 17 00:00:00 2001 From: Nick Balestra-Foster Date: Mon, 4 Nov 2024 16:54:21 -0800 Subject: [PATCH 2/4] Update README.md Co-authored-by: Faina Shalts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f163c7f..ed164d6f 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ Supersim enables fast, local iteration on cross-chain features, with a simple de Below a list of all kinds of interesting projects built with Supersim - If you have a project built with Supersim and want to list it here, just open a PR to this readme and add it here below! -- [Hyperlane DevEx Demo](https://github.com/ethereum-optimism/supersim/tree/main/integrations/hyperlane) - A demo for the developer experience when using Hyperlane as a wrapper over OP's Native Interop +- [Hyperlane DevX Demo](https://github.com/ethereum-optimism/supersim/tree/main/integrations/hyperlane) - A demo for the developer experience when using Hyperlane as a wrapper over OP's Native Interop - [Infinity Pets](https://github.com/karlfloersch/infinity-pets) - An example of horizontally scalable smart contract system and frontend application - [Interop Interactions and Interopable token](https://github.com/ismailmoazami/Supersim-interactions-and-OpInteropToken-contracts) - Script for transfering tokens seamlessly between local OP chains and sample token contract that is SuperchainERC20 bridgable called OpInteropToken. From 04cb4dcdd00b87edbd8942791c5ec16678f1e5c4 Mon Sep 17 00:00:00 2001 From: Nick Balestra-Foster Date: Mon, 4 Nov 2024 16:54:28 -0800 Subject: [PATCH 3/4] Update README.md Co-authored-by: Faina Shalts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed164d6f..ce62e651 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Supersim enables fast, local iteration on cross-chain features, with a simple de ## 😎 Awesome Supersim -Below a list of all kinds of interesting projects built with Supersim - If you have a project built with Supersim and want to list it here, just open a PR to this readme and add it here below! +Below, find a list of all kinds of interesting projects built with Supersim - If you have a project built with Supersim and want to list it here, just open a PR to this readme and add it here! - [Hyperlane DevX Demo](https://github.com/ethereum-optimism/supersim/tree/main/integrations/hyperlane) - A demo for the developer experience when using Hyperlane as a wrapper over OP's Native Interop - [Infinity Pets](https://github.com/karlfloersch/infinity-pets) - An example of horizontally scalable smart contract system and frontend application From ffabad15650e3feb023cdb1e5b641222622b2d0a Mon Sep 17 00:00:00 2001 From: Nick Balestra-Foster Date: Mon, 4 Nov 2024 17:06:30 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce62e651..d314df9a 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ Supersim enables fast, local iteration on cross-chain features, with a simple de Below, find a list of all kinds of interesting projects built with Supersim - If you have a project built with Supersim and want to list it here, just open a PR to this readme and add it here! +- [SuperchainERC20 Starter Kit](https://github.com/ethereum-optimism/superchainerc20-starter) - A toolkit to get started with superchainERC20 - an implementation of ERC-7802 designed to enable asset interoperability in the Superchain - [Hyperlane DevX Demo](https://github.com/ethereum-optimism/supersim/tree/main/integrations/hyperlane) - A demo for the developer experience when using Hyperlane as a wrapper over OP's Native Interop - [Infinity Pets](https://github.com/karlfloersch/infinity-pets) - An example of horizontally scalable smart contract system and frontend application - [Interop Interactions and Interopable token](https://github.com/ismailmoazami/Supersim-interactions-and-OpInteropToken-contracts) - Script for transfering tokens seamlessly between local OP chains and sample token contract that is SuperchainERC20 bridgable called OpInteropToken.