Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "ropsten.dnp.dappnode.eth",
"version": "0.2.1",
"description": "Ropsten chain for DAppNode based on go-ethereum v1.8.27",
"upstreamVersion": "1.8.27",
"shortDescription": "Ethereum testnet with PoW - closest to Mainnet",
"description": "Ropsten Ethereum, also known as “Ethereum Testnet”, is a testing network that runs the same protocol as Ethereum Mainnet. It is useful for last-step stepping which requires conditions as close to Mainnet as possible. You can explore the chain on [etherscan](https://ropsten.etherscan.io/",
"avatar": "/ipfs/QmQ9UqjybFLPSqJJgMdM3QsRj3mrnApSNwiHArJXFt7uz3",
"type": "library",
"chain": "ethereum",
Expand All @@ -26,19 +28,23 @@
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"categories": [
"Developer tools"
],
"keywords": [
"DAppNode",
"Ethereum",
"testnet",
"Ropsten",
"Geth"
],
"homepage": {
"homepage": "https://github.com/dappnode/DAppNodePackage-ropsten#readme"
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-ropsten#readme",
"api": "http://ropsten.dappnode:8545"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-ropsten.git"
"url": "https://github.com/dappnode/DAppNodePackage-ropsten.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-ropsten/issues"
Expand Down