Skip to content

Commit

Permalink
Add some badges to README (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored Oct 5, 2020
1 parent cc1040c commit 428e2cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Frontier

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/paritytech/frontier/Rust)
![Matrix](https://img.shields.io/matrix/frontier:matrix.org)

Frontier is Substrate's Ethereum compatibility layer. It allows you to run
unmodified Ethereum dapps.

Expand Down Expand Up @@ -57,4 +60,4 @@ git submodule update
1. Override your local cargo config to point to your local substrate (pointing to your WIP branch): place `paths = ["path/to/substrate"]` in `~/.cargo/config`.
2. You are good to go.

Remember to comment out the override after it is done to avoid mysterious build issues on other repo.
Remember to comment out the override after it is done to avoid mysterious build issues on other repo.

0 comments on commit 428e2cd

Please sign in to comment.