-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chen Kai <[email protected]>
- Loading branch information
Showing
11 changed files
with
49 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Introduction | ||
We continue to contribute public goods to help the Ethereum and Optimism community get better and better. | ||
We continue to build open source public goods to help the Ethereum and Optimism community get better and better. | ||
|
||
## Our Works | ||
We have currently developed two important components of Optimism: | ||
We have currently developed two important components of core OP Stack protocol: | ||
|
||
[Hildr](https://github.com/optimism-java/hildr) is an optimism rollup client written in Java. | ||
- [Hildr](https://github.com/optimism-java/hildr) is an optimism rollup node written in Java. | ||
|
||
[Op-besu](https://github.com/optimism-java/op-besu) is an optimism execution client written in Java, a fork of [Besu](https://github.com/hyperledger/besu). | ||
- [Op-besu](https://github.com/optimism-java/op-besu) is an optimism execution client written in Java, a fork of [Besu](https://github.com/hyperledger/besu). | ||
|
||
In addition, we have also developed OP Stack related tools. | ||
|
||
## Our Vision | ||
We hope that through our efforts, Ethereum and the Optimism chain will become more accessible and user-friendly, promoting the widespread adoption of blockchain technology. | ||
- [Blob-archiver-rs](https://github.com/optimism-java/blob-archiver-rs) is a service to archive and allow querying of all historical blobs from the beacon chain written in Rust. | ||
|
||
## Contract Us | ||
If you have any questions or suggestions, please feel free to contact us on [github](https://github.com/optimism-java). We look forward to working with you to advance blockchain technology! | ||
- [Superproof](https://github.com/optimism-java/dispute-explorer-frontend) is a fault proof explorer to visualize dispute game progress and statistics. | ||
|
||
Meanwhile, we also contributed in other community projects. | ||
|
||
- [Shisui](https://github.com/optimism-java/shisui) is an ethereum portal network client written in Go. | ||
|
||
- [Mev-share-java](https://github.com/optimism-java/mev-share-java) is a Java client library for Flashbots MEV-share Matchmaker. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Superproof | ||
|
||
[Superproof](https://github.com/optimism-java/dispute-explorer) This is a Superproof backend for collecting dispute games information who use [OP stack](https://stack.optimism.io/) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; | ||
|
||
# Installation | ||
|
||
Superproof is open source and you can run your own instance either locally or publicly exposed on the Internet. | ||
|
||
# Requirements | ||
|
||
In order to run Superproof you need a virtual machine with these minimum specs: | ||
|
||
* 2 vCPU | ||
* 4 GB RAM | ||
* 100 GB Hard disk | ||
|
||
Additionally you need to connect to an Ethereum node. | ||
|
||
# Use docker to launch a backend node | ||
|
||
You can refer to Superproof [README.md](https://github.com/optimism-java/dispute-explorer/blob/main/README.md) | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters