Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scndel/besu-explorer

Helm chart to get an alethio lite explorer connected to an Hyperledger Besu node
https://github.com/scndel/besu-explorer

Last synced: about 1 month ago
JSON representation

Helm chart to get an alethio lite explorer connected to an Hyperledger Besu node

Awesome Lists containing this project

README

        

# Besu node & alethio lite explorer

## Helm charts

### Besu node on Goerli testnet
`helm install besunode ./besunode -n besu`

### Alethio lite explorer
First provide ingress values in custom-values.yaml

`helm install explorer ./explorer -f custom-values.yaml -n besu`

## Backlog

* include Nginx ingress-controller chart
* define resource limits
* extract name of besunode service as value for explorer
* create Helmfile with namespace & host parameters
* write user manual