From 5a139412c744413743bf7d0578644e12b9d50ad9 Mon Sep 17 00:00:00 2001 From: beer-1 <147697694+beer-1@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:16:48 +0900 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf4aee..9d13bee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # MiniEVM MiniEVM is an optimistic rollup consumer chain powered by EVM, designed to simplify the process of bootstrapping an L2 network. The main advantage of using MiniEVM is that the users can leverage the OPinit stack for enhanced security and utilize all the Initia ecosystem tooling from day one, without the need to prepare a validator group or build the users' own ecosystem tools. -- https://github.com/initia-labs/evm + +- [go-ethereum](https://github.com/initia-labs/evm) ## Prerequisites @@ -19,6 +20,9 @@ To get started with L2, please visit the [documentation](https://initia.gitbook. - Integrates seamlessly with the OPinit stack, enhancing security. - Provides immediate access to the full suite of Initia ecosystem tools right from the start. +## JSON-RPC + +For information of supported JSON-RPC methods, please refer to the [JSON-RPC documentation](jsonrpc/README.md). ## Contributing