Skip to content
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ DAppNode lowers the barrier of entry for non tech-savvy participants. It allows

## Develop with DAppNode

DAppNode modular architecture allows any team to or project to publish a dockerized application to the DAppNode packages eco-system. Benefit from an enthusiastic crypto savvy user based and offer a user interface-only experience to lower onboarding friction.
DAppNode modular architecture allows any team or project to publish a dockerized application to the DAppNode packages eco-system. Benefit from an enthusiastic crypto savvy user base and offer a user interface-only experience to lower onboarding friction.

Check out the [DAppNodeSDK](https://github.com/dappnode/DAppNodeSDK) to learn how to get started.

_Note: packages are published to Ethereum mainnet and incur costs. Given the current high gas prices the DAppNode team is willing to subsidize gas costs for packages of great interest to users._

## Packages eco-system

The community and core team members have created many useful packages for users. Checkout the [**package explorer**](https://explorer.dappnode.io) to browse an up-to-date list of all packages and their versions.
The community and core team members have created many useful packages for users. Check out the [**package explorer**](https://explorer.dappnode.io) to browse an up-to-date list of all packages and their versions.

<p align="center">
<a href="https://explorer.dappnode.io">
Expand Down Expand Up @@ -164,7 +164,7 @@ sudo wget -O - https://prerequisites.dappnode.io | sudo bash

**2. Script installation**

Once you make sure you have the requirements, install DAPpNode with the installation script:
Once you make sure you have the requirements, install DAppNode with the installation script:

```bash
sudo wget -O - https://installer.dappnode.io | sudo bash
Expand Down Expand Up @@ -206,7 +206,7 @@ The release will contain:

## Testing with artifacts

Generate ISOs and test them by running the Github action: **Artifacts**. This action will generate an artifacts with the same assets as the release, useful for testing purposes.
Generate ISOs and test them by running the Github action: **Artifacts**. This action will generate artifacts with the same assets as the release, useful for testing purposes.

## Versioning

Expand Down