Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update readme (#53)
Browse files Browse the repository at this point in the history
* update readme

* update run command
  • Loading branch information
salman01zp authored Sep 5, 2023
1 parent 07ba5cb commit be844d5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export ETH1_INFURA_API_KEY="your_infura_key"
cargo build --release -p node-template
```

#### 4. Run light client
#### 5. Run light client
```bash
#terminal 1
./target/release/node-template --tmp --chain local --alice \
Expand Down Expand Up @@ -138,14 +138,12 @@ cargo build --release -p node-template

## Contributing

Interested in contributing to the Webb Relayer Network? Thank you so much for your interest! We are always appreciative for contributions from the open-source community!
Interested in contributing to the Webb Eth2 light client relayer? Thank you so much for your interest! We are always appreciative for contributions from the open-source community!

If you have a contribution in mind, please check out our [Contribution Guide](./.github/CONTRIBUTING.md) for information on how to do so. We are excited for your first contribution!

## License

Licensed under <a href="LICENSE">Apache 2.0 license</a>.
Licensed under <a href="LICENSE">GNU General Public License v3.0</a>.

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache 2.0 license, shall
be licensed as above, without any additional terms or conditions.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the GNU General Public License v3.0 license, shall be licensed as above, without any additional terms or conditions.

0 comments on commit be844d5

Please sign in to comment.