Skip to content

Commit

Permalink
Add badges with official links to README (base#10)
Browse files Browse the repository at this point in the history
* README: Add number of contributors badge

* README: Add commit activity badge

* README: Add number of stars badge, wrap lines

* README: Add repo size badge

* README: Add license badge

* README: Add website badge

* README: Add blog badge

* README: Add docs badge

* README: Add Twitter badge

* README: Add PRs badge

* README: Add issues badge
  • Loading branch information
wbnns authored Mar 3, 2023
1 parent 7e548ed commit 437a550
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the ne

This repository contains the relevant Docker builds to run your own node on the Base network.

<!-- Badge row 1 - status -->

[![GitHub contributors](https://img.shields.io/github/contributors/base-org/node)](https://github.com/base-org/node/graphs/contributors)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base-org/node)](https://github.com/base-org/node/graphs/contributors)
[![GitHub Stars](https://img.shields.io/github/stars/base-org/node.svg)](https://github.com/base-org/node/stargazers)
![GitHub repo size](https://img.shields.io/github/repo-size/base-org/node)
[![GitHub](https://img.shields.io/github/license/base-org/node?color=blue)](https://github.com/base-org/node/blob/main/LICENSE)

<!-- Badge row 2 - links and profiles -->

[![Website base.org](https://img.shields.io/website-up-down-green-red/https/base.org.svg)](https://base.org)
[![Blog](https://img.shields.io/badge/blog-up-green)](https://base.mirror.xyz/)
[![Docs](https://img.shields.io/badge/docs-up-green)](https://docs.base.org/)
[![Twitter BuildOnBase](https://img.shields.io/twitter/follow/BuildOnBase?style=social)](https://twitter.com/BuildOnBase)

<!-- Badge row 3 - detailed status -->

[![GitHub pull requests by-label](https://img.shields.io/github/issues-pr-raw/base-org/node)](https://github.com/base-org/node/pulls)
[![GitHub Issues](https://img.shields.io/github/issues-raw/base-org/node.svg)](https://github.com/base-org/node/issues)

### Requirements

We recommend you this configuration to run a node:
Expand All @@ -19,7 +39,6 @@ We recommend you this configuration to run a node:
| Goerli testnet ||
| Mainnet | 🚧 |


### Usage

1. Ensure you have an Goerli L1 node RPC available, and set `OP_NODE_L1_ETH_RPC` (in `docker-compose.yml` if using docker-compose).
Expand Down

0 comments on commit 437a550

Please sign in to comment.