Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scndel/besu-explorer
- Owner: scndel
- License: mit
- Created: 2020-12-07T22:15:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T11:33:56.000Z (about 4 years ago)
- Last Synced: 2023-05-31T19:32:21.346Z (over 1 year ago)
- Language: Smarty
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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