Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
2035f6a6
Unverified
Commit
2035f6a6
authored
Nov 22, 2021
by
Mark Tyneway
Committed by
GitHub
Nov 22, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1792 from ethereum-optimism/sc/minor-readme-fix
fix: minor update to primary README
parents
aade78bb
67aa0f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
2035f6a6
...
@@ -32,11 +32,11 @@ Then check out our list of [good first issues](https://github.com/ethereum-optim
...
@@ -32,11 +32,11 @@ Then check out our list of [good first issues](https://github.com/ethereum-optim
root
root
├──
<a
href=
"./packages"
>
packages
</a>
├──
<a
href=
"./packages"
>
packages
</a>
│ ├──
<a
href=
"./packages/contracts"
>
contracts
</a>
: L1 and L2 smart contracts for Optimistic Ethereum
│ ├──
<a
href=
"./packages/contracts"
>
contracts
</a>
: L1 and L2 smart contracts for Optimistic Ethereum
│
└
──
<a
href=
"./packages/core-utils"
>
core-utils
</a>
: Low-level utilities that make building Optimistic Ethereum easier
│
├
──
<a
href=
"./packages/core-utils"
>
core-utils
</a>
: Low-level utilities that make building Optimistic Ethereum easier
│
└
──
<a
href=
"./packages/common-ts"
>
common-ts
</a>
: Common tools for building apps in TypeScript
│
├
──
<a
href=
"./packages/common-ts"
>
common-ts
</a>
: Common tools for building apps in TypeScript
│
└
──
<a
href=
"./packages/data-transport-layer"
>
data-transport-layer
</a>
: Service for indexing Optimistic Ethereum-related L1 data
│
├
──
<a
href=
"./packages/data-transport-layer"
>
data-transport-layer
</a>
: Service for indexing Optimistic Ethereum-related L1 data
│
└
──
<a
href=
"./packages/batch-submitter"
>
batch-submitter
</a>
: Service for submitting batches of transactions and results to L1
│
├
──
<a
href=
"./packages/batch-submitter"
>
batch-submitter
</a>
: Service for submitting batches of transactions and results to L1
│
└
──
<a
href=
"./packages/message-relayer"
>
message-relayer
</a>
: Tool for automatically relaying L1
<>
L2 messages in development
│
├
──
<a
href=
"./packages/message-relayer"
>
message-relayer
</a>
: Tool for automatically relaying L1
<>
L2 messages in development
│ └──
<a
href=
"./packages/replica-healthcheck"
>
replica-healthcheck
</a>
: Service for monitoring the health of a replica node
│ └──
<a
href=
"./packages/replica-healthcheck"
>
replica-healthcheck
</a>
: Service for monitoring the health of a replica node
├──
<a
href=
"./l2geth"
>
l2geth
</a>
: Optimistic Ethereum client software, a fork of
<a
href=
"https://github.com/ethereum/go-ethereum/tree/v1.9.10"
>
geth v1.9.10
</a>
├──
<a
href=
"./l2geth"
>
l2geth
</a>
: Optimistic Ethereum client software, a fork of
<a
href=
"https://github.com/ethereum/go-ethereum/tree/v1.9.10"
>
geth v1.9.10
</a>
├──
<a
href=
"./integration-tests"
>
integration-tests
</a>
: Various integration tests for an Optimistic Ethereum network
├──
<a
href=
"./integration-tests"
>
integration-tests
</a>
: Various integration tests for an Optimistic Ethereum network
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment