Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dappnode/dappnodepackage-sepolia-geth
https://github.com/dappnode/dappnodepackage-sepolia-geth
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/dappnodepackage-sepolia-geth
- Owner: dappnode
- License: gpl-3.0
- Created: 2022-03-07T15:24:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:08:02.000Z (3 months ago)
- Last Synced: 2024-12-09T12:56:49.866Z (14 days ago)
- Language: Shell
- Size: 364 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAppNode Package Sepolia Geth
[![DAppNodeStore Available](https://img.shields.io/badge/DAppNodeStore-Available-brightgreen.svg)](http://my.dappnode/installer/dnp/sepolia-geth.dnp.dappnode.eth)
[![Otterscan Sepolia](https://img.shields.io/badge/Otterscan-Sepolia-blue)](https://sepolia.otterscan.io/)![Avatar](avatar-sepolia-geth.png)
Sepolia was originally a proof-of-authority testnet created by Ethereum core developers in October 2021. It transitioned to a proof-of-stake consensus mechanism after Ropsten testnet reached a Terminal Total Difficulty (TTD) of 50000000000000000.
Testnets are designed to mimic Ethereum's mainnet environment, and Sepolia was created to simulate harsh network conditions with shorter block times for faster transaction confirmation times.
Unlike other testnets like Goerli, Sepolia's total number of testnet tokens is uncapped, reducing the likelihood of testnet token scarcity for developers.
### APIs
The following JSON-RPC APIs are enabled and available over VPN or to other packages on your Dappnode (but not exposed to the open Internet) by default:
* `http://geth.sepolia-geth.dappnode:8545`
* `ws://geth.sepolia-geth.dappnode:8546`To expose either publicly to the open internet using HTTPS to secure your API connection with TLS, go to the HTTPS Portal and Toggle the RPC endpoint you want to expose, WebSocket or HTTP and it will generate a link for you. Only one of these 2 predefined endpoints can be exposed at a time.
### Manteinance
| Updated | Champion/s |
| :----------------: | :--------------: |
| :heavy_check_mark: | @q9f |### License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details